[project @ 2001-04-26 15:42:06 by sewardj]
authorsewardj <unknown>
Thu, 26 Apr 2001 15:42:06 +0000 (15:42 +0000)
committersewardj <unknown>
Thu, 26 Apr 2001 15:42:06 +0000 (15:42 +0000)
commit11b6ed82b7e80125bd66c8d99b82270b81daa553
tree522f86f426c14c852af1fdcb7d71170d06e06c7f
parentd9f56487e35617166d532257cda3e1f380896b0b
[project @ 2001-04-26 15:42:06 by sewardj]
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.
ghc/compiler/parser/Lex.lhs
ghc/compiler/utils/FastString.lhs