Removing alias for 2.
This commit is contained in:
parent
af77bb1c3c
commit
558f5712d6
|
@ -151,11 +151,6 @@ CHAR [a-zA-Z_]
|
|||
|
||||
[ \t\f\v] {}
|
||||
|
||||
"due" {
|
||||
yylval.intval = 2;
|
||||
return NUMBER;
|
||||
}
|
||||
|
||||
{CHAR}({DIGIT}|{CHAR})* {
|
||||
yylval.strval = strdup(yytext);
|
||||
return ID;
|
||||
|
|
Reference in New Issue
Block a user