Minor fixes.
This commit is contained in:
parent
0de580d0e9
commit
acce9c0c78
|
@ -164,7 +164,7 @@ CHAR [a-zA-Z_]
|
||||||
}
|
}
|
||||||
|
|
||||||
. {
|
. {
|
||||||
yyerror("Unexpected token\n");
|
yyerror("Unexpected token");
|
||||||
return -1;
|
return -1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user