diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Src/lex.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2000-08-14 Sven Wischnowsky <wischnow@zsh.org> + * Andrej: 12613: Src/lex.c: missing mod_export + * 12610: Src/Zle/computil.c: make all builtins in computil test if they were called from a completion function @@ -1460,7 +1460,7 @@ parsestrnoerr(char *s) * to parse the right-hand side of ${...%...} substitutions. */ /**/ -int +mod_export int parse_subst_string(char *s) { int c, l = strlen(s), err, olen; |