lextest cleanup.

This commit is contained in:
Bruce Momjian 1997-06-25 22:21:29 +00:00
parent 7e75f5e8b3
commit fc96d50a5c

View File

@ -1,8 +1,10 @@
%{
/* /*
This should work, but non-patched flex 2.5.3 fails because input() This should work, but non-patched flex 2.5.3 fails because input()
doesn't return EOF or '\0' doesn't return EOF or '\0'
Bruce Momjian <root@candle.pha.pa.us> Bruce Momjian <root@candle.pha.pa.us>
*/ */
%}
%% %%
. { . {
int ch; int ch;