Define and use is_decdigit for lexing escapes; fixes trac #2304
authorIan Lynagh <igloo@earth.li>
Fri, 13 Jun 2008 20:35:53 +0000 (20:35 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 13 Jun 2008 20:35:53 +0000 (20:35 +0000)
commit6b4ab02f289394c82f27e46e44c017b4a0c88fb0
tree5a8993fb1c539d4adf76c8b89025db69cfe4ab3a
parentbd4d75bae80df2e9a4d519112532bbdd959382a2
Define and use is_decdigit for lexing escapes; fixes trac #2304
compiler/parser/Ctype.lhs
compiler/parser/Lexer.x