diff options
Diffstat (limited to 'src/lextest')
| -rw-r--r-- | src/lextest/scan.l | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lextest/scan.l b/src/lextest/scan.l index afc24ceb847..27af17e804a 100644 --- a/src/lextest/scan.l +++ b/src/lextest/scan.l @@ -1,8 +1,8 @@ %{ /* - 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> + 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> */ %} %% |
