mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user