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