diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-08-14 12:53:17 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-08-14 12:53:17 +0000 |
commit | b97dd459093fd382dd58268fb8b6861e0f9cfb9e (patch) | |
tree | fcc949e2bbac5c7e67534d664a89ac0feb304ca2 | |
parent | 90c6d73b568cd48c9cad0ae511c5605a9f4c1203 (diff) | |
download | zsh-b97dd459093fd382dd58268fb8b6861e0f9cfb9e.tar.gz zsh-b97dd459093fd382dd58268fb8b6861e0f9cfb9e.zip |
missing mod_export (12613)
-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; |