lextest cleanup.
This commit is contained in:
parent
7e75f5e8b3
commit
fc96d50a5c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user