diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-17 23:13:14 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-17 23:13:14 +0300 |
commit | 0907dd281b71fb440c83fc53e6b4c7312f1c1f47 (patch) | |
tree | 4b68597c9c69c9d8af03213989b3edfa951477e5 /node.c | |
parent | 7e99da1009403952ec84ade1cad199b59927f735 (diff) | |
download | egawk-0907dd281b71fb440c83fc53e6b4c7312f1c1f47.tar.gz egawk-0907dd281b71fb440c83fc53e6b4c7312f1c1f47.tar.bz2 egawk-0907dd281b71fb440c83fc53e6b4c7312f1c1f47.zip |
Add AWK_VALUE_COOKIE. And performance speedup.
Diffstat (limited to 'node.c')
-rw-r--r-- | node.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -829,7 +829,7 @@ wstr2str(NODE *n) /* free_wstr --- release the wide string part of a node */ void -free_wstr(NODE *n) +r_free_wstr(NODE *n) { assert(n->type == Node_val); |