summaryrefslogtreecommitdiff
path: root/src/scan-code.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/scan-code.l')
-rw-r--r--src/scan-code.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scan-code.l b/src/scan-code.l
index b81f7103..ad955b12 100644
--- a/src/scan-code.l
+++ b/src/scan-code.l
@@ -243,7 +243,7 @@ ref -?[0-9]+|{id}|"["{id}"]"|"$"
"#" STRING_GROW; in_cpp = true;
{splice} STRING_GROW;
- [\n\r] STRING_GROW; if (in_cpp) in_cpp = need_semicolon = false;
+ [\n\r] STRING_GROW; if (in_cpp) in_cpp = need_semicolon = false;
[ \t\f] STRING_GROW;
/* YYFAIL is undocumented and was formally deprecated in Bison