simonmar    2005/10/20 07:00:36 PDT

  Modified files:
    ghc/compiler/parser  Lexer.x 
  Log:
  Column numbers in SrcLocs are now counted as the number of characters,
  rather than columns.  i.e. a tab always counts as 1.  This was
  necessary for communication with Visual Studio interfaces which expect
  character indices, but also it seems the majority of other compilers
  also do things this way.
  
  From: Krasimir Angelov <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.29      +42 -31    fptools/ghc/compiler/parser/Lexer.x
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to