simonmar 2001/08/09 04:32:15 PDT
Modified files:
ghc/compiler/basicTypes OccName.lhs
Log:
Oops, only ASCII alphanumeric characters are allowed to be used
unencoded in C identifiers, but Char.isAlphaNum includes ISO-8851
alphanumeric characters.
Revision Changes Path
1.39 +3 -1 fptools/ghc/compiler/basicTypes/OccName.lhs