diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-26 10:45:47 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-26 10:45:47 +0300 |
commit | 053aa664ea5a3fc3bc98a7a2dc6145b434e79669 (patch) | |
tree | f258a325a83396760fc2b85261c1cbb74149bff9 /awk.h | |
parent | 047fa8844122d13e2898972c9e0a2332ddddc2f5 (diff) | |
parent | e32b1e252bba65f8311e7cb038b085fe42cf42ed (diff) | |
download | egawk-053aa664ea5a3fc3bc98a7a2dc6145b434e79669.tar.gz egawk-053aa664ea5a3fc3bc98a7a2dc6145b434e79669.tar.bz2 egawk-053aa664ea5a3fc3bc98a7a2dc6145b434e79669.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -517,7 +517,6 @@ typedef struct exp_node { #define func_node sub.nodep.x.extra #define prev_frame_size sub.nodep.reflags #define reti sub.nodep.l.li -#define num_tail_calls sub.nodep.cnt /* Node_var: */ #define var_value lnode @@ -852,9 +851,6 @@ typedef struct exp_instruction { /* Op_func_call, Op_func */ #define func_body x.xn -/* Op_func_call */ -#define tail_call d.dl - /* Op_subscript */ #define sub_count d.dl |