]> git.saurik.com Git - bison.git/commitdiff
(Torturing the Scanner): Remove lines containing
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Nov 2002 00:26:45 +0000 (00:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Nov 2002 00:26:45 +0000 (00:26 +0000)
solitary backslashes, as they tickle a bug in the HP-UX 11i C
compiler.

tests/input.at

index 9ca58c2d57147be1c7ad2958e9e7347cd566fd2b..f397811cec7dd6fb2f4a72ca74048d79cb9e39e3 100644 (file)
@@ -100,7 +100,6 @@ const char *foo = "So %{ and %} can be here too.";
 #ifdef __STDC__
 /\
 * A comment with backslash-newlines in it. %{ %} *\
-\
 /
 
 char str[] = "\\
@@ -108,7 +107,6 @@ char str[] = "\\
 "";
 
 char apostrophe = '\\
-\
 '\
 ';
 #endif