This commit is contained in:
rsc 2006-04-20 20:26:45 +00:00
parent 62b7fdc348
commit 85b8545edb

View file

@ -142,7 +142,7 @@ void getstr(char *s, int n)
}
unput(c);
*p = '\0';
yylval = (int) s;
yylval = (uintptr_t)s;
}
int