aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
diff options
context:
space:
mode:
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 9d4c6808..dd89796e 100644
--- a/symbol.c
+++ b/symbol.c
@@ -493,6 +493,7 @@ load_symbols()
aptr = assoc_lookup(PROCINFO_node, tmp);
getnode(sym_array);
+ memset(sym_array, '\0', sizeof(NODE)); /* PPC Mac OS X wants this */
init_array(sym_array);
unref(*aptr);