added arg to return
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ yyreset()
|
||||
{
|
||||
line_num=1;
|
||||
BEGIN INITIAL;
|
||||
return;
|
||||
return(0);
|
||||
}
|
||||
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user