From 43f5591b98f1099694ac3184e00ff9818a825a0a Mon Sep 17 00:00:00 2001 From: "Michael D. Adams" Date: Mon, 21 May 2007 09:09:39 +0000 Subject: [PATCH] Document use of no-break space in lexer for C-- --- compiler/cmm/CmmLex.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cmm/CmmLex.x b/compiler/cmm/CmmLex.x index dffb355..ec9f585 100644 --- a/compiler/cmm/CmmLex.x +++ b/compiler/cmm/CmmLex.x @@ -29,7 +29,7 @@ import Util --import TRACE } -$whitechar = [\ \t\n\r\f\v\xa0] +$whitechar = [\ \t\n\r\f\v\xa0] -- \xa0 is Unicode no-break space $white_no_nl = $whitechar # \n $ascdigit = 0-9 -- 1.7.10.4