aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-30 14:16:37 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-30 14:16:37 +0200
commit880d9f5b287a8d44227aed80f53395f19c2283a2 (patch)
treea7593eb5af5a2c930dc6819aa98001dc00f974a3 /eval.c
parentdb20bfeba4c618f380315e18e6433fb6b8e63c26 (diff)
downloadegawk-880d9f5b287a8d44227aed80f53395f19c2283a2.tar.gz
egawk-880d9f5b287a8d44227aed80f53395f19c2283a2.tar.bz2
egawk-880d9f5b287a8d44227aed80f53395f19c2283a2.zip
Further awk.h cleanup.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 69b830af..2db2a7dc 100644
--- a/eval.c
+++ b/eval.c
@@ -43,7 +43,6 @@ static Func_post_exec post_execute = NULL;
extern void frame_popped();
-NODE *_t; /* used as a temporary in macros */
int OFSlen;
int ORSlen;
int OFMTidx;