aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-03-26 10:45:47 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-03-26 10:45:47 +0300
commit053aa664ea5a3fc3bc98a7a2dc6145b434e79669 (patch)
treef258a325a83396760fc2b85261c1cbb74149bff9 /awk.h
parent047fa8844122d13e2898972c9e0a2332ddddc2f5 (diff)
parente32b1e252bba65f8311e7cb038b085fe42cf42ed (diff)
downloadegawk-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/awk.h b/awk.h
index 88811f20..cf7e961e 100644
--- a/awk.h
+++ b/awk.h
@@ -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