update lucida
This commit is contained in:
parent
7bd7fd2f4f
commit
17157e4aa8
24 changed files with 160 additions and 96 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue