Commit ca56c2a3 authored by Bruce Momjian's avatar Bruce Momjian

Fix for lextest return value.

parent 92ab5dc2
main()
/*
** lextest.c
**
** tests for flex 2.5.3 bug
*/
int main()
{
yylex();
return;
return 0;
}
yywrap()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment