Remove special handling for character types of characters >= 128, <= 255
authorIan Lynagh <igloo@earth.li>
Sat, 21 Jun 2008 17:11:00 +0000 (17:11 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 21 Jun 2008 17:11:00 +0000 (17:11 +0000)
commit61bc7af5352e093fb8e73e39789b4e1c152cd0b2
tree747163541520234cc8ee314b1515a851c0318b6e
parente761a777f2440ca1b8d8b40848cc5aa30d889ff6
Remove special handling for character types of characters >= 128, <= 255
Many of the character types were wrong. Now the asc* names really do mean
ASCII, rather than latin-1.
compiler/parser/Ctype.lhs
compiler/parser/Lexer.x