cvs commit: fptools/ghc/compiler/parser Lex.lhs fptools/ghc/compiler/utils
FastString.lhs
Julian Seward
sewardj@glass.cse.ogi.edu
Thu, 26 Apr 2001 08:42:06 -0700
sewardj 2001/04/26 08:42:06 PDT
Modified files:
ghc/compiler/parser Lex.lhs
ghc/compiler/utils FastString.lhs
Log:
Fix bug in which *primitive* string literals were being checked for
Unicode-ness, even though they are not allowed to be; literals
containing zero bytes were then unicodified, which crashes the
bytecode generator.
Revision Changes Path
1.45 +5 -4 fptools/ghc/compiler/parser/Lex.lhs
1.34 +1 -0 fptools/ghc/compiler/utils/FastString.lhs