stopped comments from getting printed
This commit is contained in:
parent
b27a2340a2
commit
83a410a7b8
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ char *string_buf_ptr;
|
|||
|
||||
"#" BEGIN(COMMENT);
|
||||
<COMMENT>\n { yylloc.first_line++; BEGIN(INITIAL); }
|
||||
<COMMENT>.
|
||||
|
||||
\" { string_buf_ptr = string_buf; BEGIN(STRING); }
|
||||
<STRING>\" {
|
||||
|
|
Loading…
Add table
Reference in a new issue