]> git.saurik.com Git - bison.git/commitdiff
Work around flex portability bug.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Dec 2005 23:53:14 +0000 (23:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Dec 2005 23:53:14 +0000 (23:53 +0000)
src/scan-gram-c.c [new file with mode: 0644]
src/scan-skel-c.c [new file with mode: 0644]

diff --git a/src/scan-gram-c.c b/src/scan-gram-c.c
new file mode 100644 (file)
index 0000000..8f12e2c
--- /dev/null
@@ -0,0 +1,2 @@
+#include <config.h>
+#include "scan-gram.c"
diff --git a/src/scan-skel-c.c b/src/scan-skel-c.c
new file mode 100644 (file)
index 0000000..1a047cf
--- /dev/null
@@ -0,0 +1,2 @@
+#include <config.h>
+#include "scan-skel.c"