summaryrefslogtreecommitdiff
path: root/sys/src/cmd/8a
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2020-05-12 23:18:48 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2020-05-12 23:18:48 +0200
commit8ca102d42ed7b1c0ef687365ec32dca2ebd18faa (patch)
tree34b426ff6516e50b6fa5404e105e561bae3a0037 /sys/src/cmd/8a
parent34cf2725d2f8af3db84b77711af7b2559aa131fd (diff)
cc: dont export gethunk(), hunk, nhunk and thunk
Diffstat (limited to 'sys/src/cmd/8a')
-rw-r--r--sys/src/cmd/8a/lex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/8a/lex.c b/sys/src/cmd/8a/lex.c
index 7504c528b..df76e47d6 100644
--- a/sys/src/cmd/8a/lex.c
+++ b/sys/src/cmd/8a/lex.c
@@ -858,7 +858,6 @@ cinit(void)
iostack = I;
iofree = I;
peekc = IGN;
- nhunk = 0;
for(i=0; i<NHASH; i++)
hash[i] = S;
for(i=0; itab[i].name; i++) {