diff --git a/src/lextest/lextest.c b/src/lextest/lextest.c index e8089f2949b..d1297cb5179 100644 --- a/src/lextest/lextest.c +++ b/src/lextest/lextest.c @@ -1,7 +1,13 @@ -main() +/* +** lextest.c +** +** tests for flex 2.5.3 bug +*/ + +int main() { yylex(); - return; + return 0; } yywrap()