stopped comments from getting printed

This commit is contained in:
Frank Mori Hess 2003-03-06 19:06:06 +00:00
parent b27a2340a2
commit 83a410a7b8

View file

@ -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>\" {