diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lextest/scan.l | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lextest/scan.l b/src/lextest/scan.l index 5a20a5fa5f0..afc24ceb847 100644 --- a/src/lextest/scan.l +++ b/src/lextest/scan.l @@ -1,8 +1,10 @@ +%{ /* This should work, but non-patched flex 2.5.3 fails because input() doesn't return EOF or '\0' Bruce Momjian <root@candle.pha.pa.us> */ +%} %% . { int ch; |