diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-26 11:58:14 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-26 11:58:14 +0300 |
commit | 077f43dbe53c80e3edb974454e25c3f0c93d0fd5 (patch) | |
tree | 6a4d84c50ec4cdb7f3a1543dd185e7a11de37b28 /eval.c | |
parent | e81708082f8b3526fb10f9599d1368dfab6d25e7 (diff) | |
download | egawk-077f43dbe53c80e3edb974454e25c3f0c93d0fd5.tar.gz egawk-077f43dbe53c80e3edb974454e25c3f0c93d0fd5.tar.bz2 egawk-077f43dbe53c80e3edb974454e25c3f0c93d0fd5.zip |
Remove support for old-style extensions.
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -241,7 +241,6 @@ static const char *const nodetypes[] = { "Node_param_list", "Node_func", "Node_ext_func", - "Node_old_ext_func", "Node_builtin_func", "Node_array_ref", "Node_array_tree", @@ -332,7 +331,6 @@ 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 }, |