Work around flex portability bug.

This commit is contained in:
Paul Eggert
2005-12-09 23:53:14 +00:00
parent 2cec9080f6
commit 6c65b1525f
2 changed files with 4 additions and 0 deletions

2
src/scan-gram-c.c Normal file
View File

@@ -0,0 +1,2 @@
#include <config.h>
#include "scan-gram.c"

2
src/scan-skel-c.c Normal file
View File

@@ -0,0 +1,2 @@
#include <config.h>
#include "scan-skel.c"