warning
This commit is contained in:
parent
62b7fdc348
commit
85b8545edb
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ void getstr(char *s, int n)
|
||||||
}
|
}
|
||||||
unput(c);
|
unput(c);
|
||||||
*p = '\0';
|
*p = '\0';
|
||||||
yylval = (int) s;
|
yylval = (uintptr_t)s;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue