summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-30 14:27:35 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-30 14:27:35 +0200
commit71157f7f5f2fb9bf0fe588135485a8dcec322786 (patch)
tree45a0fd2d2aa49e87955e31ff313ad4d0b008c494 /eval.c
parentd3699b66e430f40943242dcc2b2687e871207471 (diff)
parent242ee720a6387f87e05d3eb8e30d2c7061cbf8ef (diff)
downloadgawk-71157f7f5f2fb9bf0fe588135485a8dcec322786.tar.gz
Merge branch 'master' into array-iface
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 e9b971d8..555083fa 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;