Fix for ctl/L

This commit is contained in:
Marty Kraimer
1994-11-29 22:37:17 +00:00
parent 5d341aed37
commit d32a6bb770

View File

@@ -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);