mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-17 21:31:35 +01:00
zsh-3.1.5-pws-24
This commit is contained in:
parent
a2159285e8
commit
346825df86
100 changed files with 4530 additions and 1578 deletions
|
|
@ -326,7 +326,7 @@ setfunction(char *name, char *val)
|
|||
val = metafy(val, strlen(val), META_REALLOC);
|
||||
|
||||
HEAPALLOC {
|
||||
list = parse_string(val);
|
||||
list = parse_string(val, 1);
|
||||
} LASTALLOC;
|
||||
|
||||
if (!list || list == &dummy_list) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue