stopped comments from getting printed
authorFrank Mori Hess <fmhess@speakeasy.net>
Thu, 6 Mar 2003 19:06:06 +0000 (19:06 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Thu, 6 Mar 2003 19:06:06 +0000 (19:06 +0000)
lib/calib_lex.l

index 9e2dab4bb5a0bbd31b5d08732b6b698a2f4bd48d..6379a95063a6d7715c20283f30cce2590353409d 100644 (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>\" {