more 64-bit fixes

This commit is contained in:
rsc 2006-04-20 21:20:11 +00:00
parent 4f959600b6
commit b26eedb61d
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ extern int pres; /* present input character */
extern int peek; /* next input character */
extern int *name;
extern int *left;
extern int *right;
extern uintptr *right;
extern int *parent;
extern uchar **ptr;
extern uchar *nullstr;

View file

@ -42,7 +42,7 @@ Biobuf *fin, *fother;
int fptr;
int *name;
int *left;
int *right;
uintptr *right;
int *parent;
uchar *nullstr;
uchar **ptr;