diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-11 19:32:34 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-11 19:32:34 +0200 |
commit | 0961d7b8cc08365bc82f7410a013517a839d683e (patch) | |
tree | d2d432f8aa30fbc8f9eb36e744285b075de1b7e6 /awk.h | |
parent | 921f9dd3b97236892c632e15c1a8f35ce3e74533 (diff) | |
download | egawk-0961d7b8cc08365bc82f7410a013517a839d683e.tar.gz egawk-0961d7b8cc08365bc82f7410a013517a839d683e.tar.bz2 egawk-0961d7b8cc08365bc82f7410a013517a839d683e.zip |
Bug fix for new symbol table implementation.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -463,6 +463,7 @@ typedef struct exp_node { /* Node_param_list */ #define param vname +#define dup_ent sub.nodep.r.rptr /* Node_param_list, Node_func */ #define param_cnt sub.nodep.l.ll |