summaryrefslogtreecommitdiffstats
path: root/src/cmd/lex/lmain.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-04-20 20:24:00 +0000
committerrsc <devnull@localhost>2006-04-20 20:24:00 +0000
commit0afb7989d3ffb6d95133d62939edb688246f5cc0 (patch)
treefb95b4bc9b31aade19e67d14abf286dde87f2712 /src/cmd/lex/lmain.c
parent4515de8f502e7784d7901ef42ca3e4cecae07a09 (diff)
downloadplan9port-0afb7989d3ffb6d95133d62939edb688246f5cc0.tar.gz
plan9port-0afb7989d3ffb6d95133d62939edb688246f5cc0.zip
64-bit safe (from plan9)
Diffstat (limited to 'src/cmd/lex/lmain.c')
-rw-r--r--src/cmd/lex/lmain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/lex/lmain.c b/src/cmd/lex/lmain.c
index a31b3422..122a5f5e 100644
--- a/src/cmd/lex/lmain.c
+++ b/src/cmd/lex/lmain.c
@@ -45,6 +45,7 @@ int *left;
int *right;
int *parent;
uchar *nullstr;
+uchar **ptr;
int tptr;
uchar pushc[TOKENSIZE];
uchar slist[STARTSIZE];