diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-26 10:48:32 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-26 10:48:32 +0300 |
commit | adcc3b031e9cf213dc895825e29cadc05e124bde (patch) | |
tree | 7ea97058c5b577f2ce433dbc882d11735884d58a /awk.h | |
parent | 264ef6a7dad099f3fdb10c7cab88f1d4e6257c96 (diff) | |
parent | 053aa664ea5a3fc3bc98a7a2dc6145b434e79669 (diff) | |
download | egawk-adcc3b031e9cf213dc895825e29cadc05e124bde.tar.gz egawk-adcc3b031e9cf213dc895825e29cadc05e124bde.tar.bz2 egawk-adcc3b031e9cf213dc895825e29cadc05e124bde.zip |
Merge branch 'master' into feature/fix-comments
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 |