twarning - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 85b8545edbd1ffba5d97ad74f360d2274db63726
DIR parent 62b7fdc3485ffe4dfba3a54b92a6d9809325b429
HTML Author: rsc <devnull@localhost>
Date: Thu, 20 Apr 2006 20:26:45 +0000
warning
Diffstat:
M src/cmd/eqn/lex.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/eqn/lex.c b/src/cmd/eqn/lex.c
t@@ -142,7 +142,7 @@ void getstr(char *s, int n)
}
unput(c);
*p = '\0';
- yylval = (int) s;
+ yylval = (uintptr_t)s;
}
int