cvs commit: fptools/ghc/compiler/basicTypes OccName.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Thu, 9 Aug 2001 04:32:15 -0700


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