about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Src/lex.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c715a46c..6e886e262 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 	
diff --git a/Src/lex.c b/Src/lex.c
index 9fc4ddae1..747dc32fb 100644
--- a/Src/lex.c
+++ b/Src/lex.c
@@ -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;