diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-22 16:11:22 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-22 16:11:22 +0200 |
commit | 86024b7f014c286daa68c3a0a223ce51f6e13dfa (patch) | |
tree | d91f270960dc6400b3b84cade8511d747034c92a /eval.c | |
parent | 391c19511eda50484a80827694f4555127cca1c8 (diff) | |
download | egawk-86024b7f014c286daa68c3a0a223ce51f6e13dfa.tar.gz egawk-86024b7f014c286daa68c3a0a223ce51f6e13dfa.tar.bz2 egawk-86024b7f014c286daa68c3a0a223ce51f6e13dfa.zip |
Clean up of awk.h.
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |