From: Frank Mori Hess Date: Thu, 6 Mar 2003 19:06:06 +0000 (+0000) Subject: stopped comments from getting printed X-Git-Tag: r0_7_21~240 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=83a410a7b8f2a2c7105cfe5d4cff12c6f7fa495d;p=comedilib.git stopped comments from getting printed --- diff --git a/lib/calib_lex.l b/lib/calib_lex.l index 9e2dab4..6379a95 100644 --- a/lib/calib_lex.l +++ b/lib/calib_lex.l @@ -42,6 +42,7 @@ char *string_buf_ptr; "#" BEGIN(COMMENT); \n { yylloc.first_line++; BEGIN(INITIAL); } +. \" { string_buf_ptr = string_buf; BEGIN(STRING); } \" {