diff options
Diffstat (limited to 'lexer.l')
-rw-r--r-- | lexer.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ extern const char *parser_input_buffer; } [\n\r\t ] -\/\/[^\n]*\n +\/\/[^\n]*\n? "/*" BEGIN(comment); <comment>"*/" BEGIN(INITIAL); <comment>.|\n |