mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
lextest cleanup.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user