mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +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__
|
#ifdef __STDC__
|
||||||
/\
|
/\
|
||||||
* A comment with backslash-newlines in it. %{ %} *\
|
* A comment with backslash-newlines in it. %{ %} *\
|
||||||
\
|
|
||||||
/
|
/
|
||||||
|
|
||||||
char str[] = "\\
|
char str[] = "\\
|
||||||
@@ -108,7 +107,6 @@ char str[] = "\\
|
|||||||
"";
|
"";
|
||||||
|
|
||||||
char apostrophe = '\\
|
char apostrophe = '\\
|
||||||
\
|
|
||||||
'\
|
'\
|
||||||
';
|
';
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user