mirror of https://github.com/postgres/postgres
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()
|
||||
doesn't return EOF or '\0'
|
||||
Bruce Momjian <root@candle.pha.pa.us>
|
||||
*/
|
||||
%}
|
||||
%%
|
||||
. {
|
||||
int ch;
|
||||
|
|
Loading…
Reference in New Issue