Removing alias for 2.

This commit is contained in:
Stefano Sanfilippo 2014-11-23 22:05:59 +01:00
parent af77bb1c3c
commit 558f5712d6

View File

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