mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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);
|
||||
*p = '\0';
|
||||
yylval = (int) s;
|
||||
yylval = (uintptr_t)s;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue