From: Paul Eggert Date: Thu, 14 Nov 2002 00:26:45 +0000 (+0000) Subject: (Torturing the Scanner): Remove lines containing X-Git-Tag: BISON-1_875~266 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/149365be0121937061a88af843e100828f605fa8 (Torturing the Scanner): Remove lines containing solitary backslashes, as they tickle a bug in the HP-UX 11i C compiler. --- diff --git a/tests/input.at b/tests/input.at index 9ca58c2d..f397811c 100644 --- a/tests/input.at +++ b/tests/input.at @@ -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