8000 Fix for lextest return value. · postgrespro/postgres_cluster@ca56c2a · GitHub
[go: up one dir, main page]

Skip to content

Commit ca56c2a

Browse files
committed
Fix for lextest return value.
1 parent 92ab5dc commit ca56c2a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/lextest/lextest.c

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
main()
1+
/*
2+
** lextest.c
3+
**
4+
** tests for flex 2.5.3 bug
5+
*/
6+
7+
int < 5B02 span class=pl-en>main()
28
{
39
yylex();
4-
return;
10+
return 0;
511
}
612

713
yywrap()

0 commit comments

Comments
 (0)
0