We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b881b7 commit 7978290Copy full SHA for 7978290
cparser/Lexer.mll
@@ -177,7 +177,7 @@ let identifier_nondigit =
177
let identifier = identifier_nondigit (identifier_nondigit|digit)*
178
179
(* Whitespaces *)
180
-let whitespace_char_no_newline = [' ' '\t' '\012' '\r']
+let whitespace_char_no_newline = [' ' '\t' '\011' '\012' '\r']
181
182
(* Integer constants *)
183
let nonzero_digit = ['1'-'9']
0 commit comments