Document use of no-break space in lexer for C--
[ghc-hetmet.git] / compiler / cmm / CmmLex.x
index dffb355..ec9f585 100644 (file)
@@ -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