- The yywrap solution was wrong; it should return 1. Fixed now.
This commit is contained in:
parent
ca975ed970
commit
ff178f46a5
@ -153,7 +153,8 @@ void strings_cleanup(void)
|
||||
|
||||
int yywrap (void)
|
||||
{
|
||||
return 0;
|
||||
/* signal true to let lex know that nothing else is coming */
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user