summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-26 20:25:38 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-26 20:25:38 +0200
commitd3699b66e430f40943242dcc2b2687e871207471 (patch)
treee411b52a84864873b548e2a87514662fde75aa9d /eval.c
parent9a9ff61bbd952c1263b55f82a269da5b09289a6b (diff)
downloadgawk-d3699b66e430f40943242dcc2b2687e871207471.tar.gz
Finish porting to current code base.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 2cf22129..e9b971d8 100644
--- a/eval.c
+++ b/eval.c
@@ -241,6 +241,7 @@ static const char *const nodetypes[] = {
"Node_param_list",
"Node_func",
"Node_ext_func",
+ "Node_old_ext_func",
"Node_array_ref",
"Node_array_tree",
"Node_array_leaf",
@@ -330,6 +331,7 @@ static struct optypetab {
{ "Op_builtin", NULL },
{ "Op_sub_builtin", NULL },
{ "Op_ext_builtin", NULL },
+ { "Op_old_ext_builtin", NULL }, /* temporary */
{ "Op_in_array", " in " },
{ "Op_func_call", NULL },
{ "Op_indirect_func_call", NULL },