From 8346a5e8d28899f88c92ea3cd772012ad4a50e49 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 5 Jun 2006 13:21:56 +0000 Subject: 22483: add $sysparams to zsh/system --- Src/params.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/params.c') diff --git a/Src/params.c b/Src/params.c index 6965df0ed..7deee4288 100644 --- a/Src/params.c +++ b/Src/params.c @@ -2516,7 +2516,7 @@ strgetfn(Param pm) /* Function to set value of a scalar (string) parameter */ /**/ -static void +mod_export void strsetfn(Param pm, char *x) { zsfree(pm->u.str); @@ -2587,7 +2587,7 @@ nullsethashfn(UNUSED(Param pm), HashTable x) /* Function to set value of an association parameter using key/value pairs */ /**/ -static void +mod_export void arrhashsetfn(Param pm, char **val, int augment) { /* Best not to shortcut this by using the existing hash table, * -- cgit 1.4.1