aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-22 16:11:22 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-22 16:11:22 +0200
commit86024b7f014c286daa68c3a0a223ce51f6e13dfa (patch)
treed91f270960dc6400b3b84cade8511d747034c92a /eval.c
parent391c19511eda50484a80827694f4555127cca1c8 (diff)
downloadegawk-86024b7f014c286daa68c3a0a223ce51f6e13dfa.tar.gz
egawk-86024b7f014c286daa68c3a0a223ce51f6e13dfa.tar.bz2
egawk-86024b7f014c286daa68c3a0a223ce51f6e13dfa.zip
Clean up of awk.h.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/eval.c b/eval.c
index 36a81493..69b830af 100644
--- a/eval.c
+++ b/eval.c
@@ -43,9 +43,7 @@ static Func_post_exec post_execute = NULL;
extern void frame_popped();
-#if __GNUC__ < 2
NODE *_t; /* used as a temporary in macros */
-#endif
int OFSlen;
int ORSlen;
int OFMTidx;