update lucida
This commit is contained in:
@@ -113,7 +113,7 @@ int nextis(int c){
|
||||
}
|
||||
char *addtok(char *p, int val){
|
||||
if(p==0) return 0;
|
||||
if(p==&tok[NTOK]){
|
||||
if(p==&tok[NTOK-1]){
|
||||
*p=0;
|
||||
yyerror("token buffer too short");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user