diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2006-06-05 13:21:56 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-06-05 13:21:56 +0000 |
| commit | 8346a5e8d28899f88c92ea3cd772012ad4a50e49 (patch) | |
| tree | b4f0b2a37430ad250b328eea4950872f5382f6bc /Src/params.c | |
| parent | 22481: complete svn diff and resolved subcommands. (diff) | |
| download | zsh-8346a5e8d28899f88c92ea3cd772012ad4a50e49.tar zsh-8346a5e8d28899f88c92ea3cd772012ad4a50e49.tar.gz zsh-8346a5e8d28899f88c92ea3cd772012ad4a50e49.tar.bz2 zsh-8346a5e8d28899f88c92ea3cd772012ad4a50e49.tar.lz zsh-8346a5e8d28899f88c92ea3cd772012ad4a50e49.tar.xz zsh-8346a5e8d28899f88c92ea3cd772012ad4a50e49.tar.zst zsh-8346a5e8d28899f88c92ea3cd772012ad4a50e49.zip | |
22483: add $sysparams to zsh/system
Diffstat (limited to 'Src/params.c')
| -rw-r--r-- | Src/params.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, * |
