1
0
Fork 0
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:
Tanaka Akira 1999-06-27 05:33:04 +00:00
parent a2159285e8
commit 346825df86
100 changed files with 4530 additions and 1578 deletions

View file

@ -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) {