Ajout de formfeed (^L) dans les caractères blancs.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1045 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 1996-10-06 16:37:14 +00:00
parent fa26e6bbd3
commit cd332a5c3c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ let char_for_decimal_code lexbuf i =
}
rule main = parse
[' ' '\010' '\013' '\009' ] +
[' ' '\010' '\013' '\009' '\012' ] +
{ main lexbuf }
| "(*"
{ comment_depth := 1;