This commit is contained in:
rsc 2006-04-20 22:54:18 +00:00
parent c9ee9e62f6
commit 3fe9465ac9
14 changed files with 30 additions and 27 deletions

View file

@ -129,7 +129,10 @@ typedef struct Symtab
{
short space;
char *name;
void *value;
union {
void *ptr;
uintptr value;
} u;
struct Symtab *next;
} Symtab;