aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-09-25 12:58:05 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-09-25 12:58:05 +0200
commitb9a82851866f84ca306a2802b4ca50089a2fe683 (patch)
tree1f9928af8fc5f46589275992e6c6e7295e7a5924 /eval.c
parenteb2698f49247c94c84e1e2c2304ba94d96c89bc9 (diff)
downloadegawk-b9a82851866f84ca306a2802b4ca50089a2fe683.tar.gz
egawk-b9a82851866f84ca306a2802b4ca50089a2fe683.tar.bz2
egawk-b9a82851866f84ca306a2802b4ca50089a2fe683.zip
First cut at SYMTAB and FUNCTAB.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index f7037872..4c3e6ab6 100644
--- a/eval.c
+++ b/eval.c
@@ -243,7 +243,6 @@ static const char *const nodetypes[] = {
"Node_param_list",
"Node_func",
"Node_ext_func",
- "Node_hashnode",
"Node_array_ref",
"Node_array_tree",
"Node_array_leaf",