Fix for ctl/L
This commit is contained in:
@@ -21,7 +21,7 @@ yyreset()
|
||||
|
||||
^"PV:" { return(PV); }
|
||||
"Type:" { return(TYPE); }
|
||||
{ return(CLOSE); }
|
||||
"" { return(CLOSE); }
|
||||
"$$end" { return(CLOSE); }
|
||||
|
||||
{d}+ { yylval.Str=(char *)malloc(strlen(yytext)+1);
|
||||
|
||||
Reference in New Issue
Block a user