]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.l
maint: update THANKS.
[bison.git] / src / scan-code.l
index b81f71036a15ce8aaf783b492f0f4e5d26f65bfb..ad955b126275a28602dc241cc8c6a72c406480ac 100644 (file)
@@ -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