made acceptable for flex (no yyless() callable from other source file)
This commit is contained in:
@@ -58,3 +58,8 @@ offset return(OFFSET);
|
||||
\n { linenum++; return(yytext[0]);}
|
||||
. return(yytext[0]);
|
||||
%%
|
||||
|
||||
back_token()
|
||||
{
|
||||
yyless(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user