summaryrefslogtreecommitdiffstats
path: root/src/pre.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/pre.l')
-rw-r--r--src/pre.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pre.l b/src/pre.l
index 6829a92..81f4c4e 100644
--- a/src/pre.l
+++ b/src/pre.l
@@ -2094,6 +2094,8 @@ CHARLIT (("'"\\[0-7]{1,3}"'")|("'"\\."'")|("'"[^'\\\n]{1,4}"'"))
<ReadString>"//"|"/*" {
g_defArgsStr+=yytext;
}
+<ReadString>\\/\r?\n { // line continuation
+ }
<ReadString>\\. {
g_defArgsStr+=yytext;
}