summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael D. Adams <t-madams@microsoft.com>2007-05-21 09:09:39 +0000
committerMichael D. Adams <t-madams@microsoft.com>2007-05-21 09:09:39 +0000
commit43f5591b98f1099694ac3184e00ff9818a825a0a (patch)
treec97b14bb95862e21fdfc6cf8413da542e63281e3
parente82defdd837eb687ddaa6ac900cc481cc8774bd2 (diff)
downloadhaskell-43f5591b98f1099694ac3184e00ff9818a825a0a.tar.gz
Document use of no-break space in lexer for C--
-rw-r--r--compiler/cmm/CmmLex.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmLex.x b/compiler/cmm/CmmLex.x
index dffb3553f8..ec9f5855c4 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