From: Paul Eggert Date: Fri, 9 Dec 2005 23:53:14 +0000 (+0000) Subject: Work around flex portability bug. X-Git-Tag: v2.3b~556 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6c65b1525fc3b05ef8a2669c2b26a90efe12cfb4 Work around flex portability bug. --- diff --git a/src/scan-gram-c.c b/src/scan-gram-c.c new file mode 100644 index 00000000..8f12e2c5 --- /dev/null +++ b/src/scan-gram-c.c @@ -0,0 +1,2 @@ +#include +#include "scan-gram.c" diff --git a/src/scan-skel-c.c b/src/scan-skel-c.c new file mode 100644 index 00000000..1a047cf2 --- /dev/null +++ b/src/scan-skel-c.c @@ -0,0 +1,2 @@ +#include +#include "scan-skel.c"