diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-05-11 05:23:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-05-11 05:23:36 +0300 |
commit | 0870fdf71fcfa30498e14f921ece224bad8b6819 (patch) | |
tree | 0438a26f096f74826bb00cfcc282a745bf81ad55 /symbol.c | |
parent | 4336a9ce853edb66dbfb43bb6856d007a97191d0 (diff) | |
parent | 35de6ecfbbc272f25d12370785b1032447f37164 (diff) | |
download | egawk-0870fdf71fcfa30498e14f921ece224bad8b6819.tar.gz egawk-0870fdf71fcfa30498e14f921ece224bad8b6819.tar.bz2 egawk-0870fdf71fcfa30498e14f921ece224bad8b6819.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'symbol.c')
-rw-r--r-- | symbol.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -508,7 +508,7 @@ append_symbol(NODE *r) symbol_list->rnode = p; } -/* release_symbol --- free symbol list and optionally remove symbol from symbol table */ +/* release_symbols --- free symbol list and optionally remove symbol from symbol table */ void release_symbols(NODE *symlist, int keep_globals) |