(Torturing the Scanner): Remove lines containing

solitary backslashes, as they tickle a bug in the HP-UX 11i C
compiler.
This commit is contained in:
Paul Eggert
2002-11-14 00:26:45 +00:00
parent 9a86cdb99b
commit 149365be01

View 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