X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9874f80b2e813a8ad8e5562dbbaa30ecafd5e7d8..48c4bf30fde8215e20e34a453bbae80b6af08844:/src/scan-code.l 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