warning
This commit is contained in:
parent
62b7fdc348
commit
85b8545edb
@ -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…
Reference in New Issue
Block a user