update lucida

This commit is contained in:
rsc 2006-03-20 02:25:59 +00:00
parent 7bd7fd2f4f
commit 17157e4aa8
24 changed files with 160 additions and 96 deletions

View file

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