aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-02-22 20:36:31 +0200
committerArnold D. Robbins <arnold@skeeve.com>2022-02-22 20:36:31 +0200
commitcbe60ef06e7394db11170d19f900b023142c7431 (patch)
treee3e3d892764e05080ca75798b268969212b091c5 /symbol.c
parentd43ef1c772bdb5993138aed523e058664594f3e6 (diff)
parentd330a2bdc9d6892dc55ce8f5d299196f32ab1003 (diff)
downloadegawk-cbe60ef06e7394db11170d19f900b023142c7431.tar.gz
egawk-cbe60ef06e7394db11170d19f900b023142c7431.tar.bz2
egawk-cbe60ef06e7394db11170d19f900b023142c7431.zip
Merge branch 'master' into feature/readall
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/symbol.c b/symbol.c
index 300fa871..b89c01e0 100644
--- a/symbol.c
+++ b/symbol.c
@@ -644,6 +644,7 @@ load_symbols()
unref(scalar);
unref(untyped);
unref(array);
+ unref(built_in);
}
/* check_param_names --- make sure no parameter is the name of a function */