diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-30 14:16:37 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-30 14:16:37 +0200 |
commit | 880d9f5b287a8d44227aed80f53395f19c2283a2 (patch) | |
tree | a7593eb5af5a2c930dc6819aa98001dc00f974a3 /eval.c | |
parent | db20bfeba4c618f380315e18e6433fb6b8e63c26 (diff) | |
download | egawk-880d9f5b287a8d44227aed80f53395f19c2283a2.tar.gz egawk-880d9f5b287a8d44227aed80f53395f19c2283a2.tar.bz2 egawk-880d9f5b287a8d44227aed80f53395f19c2283a2.zip |
Further awk.h cleanup.
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |