projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b27a234
)
stopped comments from getting printed
author
Frank Mori Hess
<fmhess@speakeasy.net>
Thu, 6 Mar 2003 19:06:06 +0000
(19:06 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Thu, 6 Mar 2003 19:06:06 +0000
(19:06 +0000)
lib/calib_lex.l
patch
|
blob
|
history
diff --git
a/lib/calib_lex.l
b/lib/calib_lex.l
index 9e2dab4bb5a0bbd31b5d08732b6b698a2f4bd48d..6379a95063a6d7715c20283f30cce2590353409d 100644
(file)
--- a/
lib/calib_lex.l
+++ b/
lib/calib_lex.l
@@
-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>\" {