mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Fix for lextest return value.
This commit is contained in:
parent
92ab5dc2b5
commit
ca56c2a311
@ -1,7 +1,13 @@
|
|||||||
main()
|
/*
|
||||||
|
** lextest.c
|
||||||
|
**
|
||||||
|
** tests for flex 2.5.3 bug
|
||||||
|
*/
|
||||||
|
|
||||||
|
int main()
|
||||||
{
|
{
|
||||||
yylex();
|
yylex();
|
||||||
return;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
yywrap()
|
yywrap()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user