mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-13 09:57:02 +08:00
Fix for lextest return value.
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
main()
|
||||
/*
|
||||
** lextest.c
|
||||
**
|
||||
** tests for flex 2.5.3 bug
|
||||
*/
|
||||
|
||||
int main()
|
||||
{
|
||||
yylex();
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
|
||||
yywrap()
|
||||
|
||||
Reference in New Issue
Block a user