diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-22 20:15:04 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-22 20:15:04 +0200 |
commit | fa4cc1fb8ba39038e7ee1eba3b9d08bfeddb1f37 (patch) | |
tree | 8b84a00505dd10d43b4422e66c44a257681e4086 /symbol.c | |
parent | 8d9d0c5ba78546704658351d2d8e9aa626bb0383 (diff) | |
parent | 80de2f7c9bc519fb820033a530e1657977117a33 (diff) | |
download | egawk-fa4cc1fb8ba39038e7ee1eba3b9d08bfeddb1f37.tar.gz egawk-fa4cc1fb8ba39038e7ee1eba3b9d08bfeddb1f37.tar.bz2 egawk-fa4cc1fb8ba39038e7ee1eba3b9d08bfeddb1f37.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'symbol.c')
-rw-r--r-- | symbol.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |