diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-05 11:21:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-05 11:21:38 +0300 |
commit | 0f5cb955662136ad4a93e35db5721dd986dfd55b (patch) | |
tree | 7ec575fe74a0fc599bafb01fad6811fc496f7256 /eval.c | |
parent | c30a04c8d3a2eef06338934f577fe3416f40d529 (diff) | |
download | egawk-0f5cb955662136ad4a93e35db5721dd986dfd55b.tar.gz egawk-0f5cb955662136ad4a93e35db5721dd986dfd55b.tar.bz2 egawk-0f5cb955662136ad4a93e35db5721dd986dfd55b.zip |
Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -241,6 +241,7 @@ static const char *const nodetypes[] = { "Node_func", "Node_ext_func", "Node_old_ext_func", + "Node_builtin_func", "Node_array_ref", "Node_array_tree", "Node_array_leaf", |