aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-07-17 23:13:14 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-07-17 23:13:14 +0300
commit0907dd281b71fb440c83fc53e6b4c7312f1c1f47 (patch)
tree4b68597c9c69c9d8af03213989b3edfa951477e5 /node.c
parent7e99da1009403952ec84ade1cad199b59927f735 (diff)
downloadegawk-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.c b/node.c
index ff593d22..c7316dcb 100644
--- a/node.c
+++ b/node.c
@@ -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);