about summary refs log tree commit diff
path: root/Src/lex.c
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-14 12:53:17 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-14 12:53:17 +0000
commitb97dd459093fd382dd58268fb8b6861e0f9cfb9e (patch)
treefcc949e2bbac5c7e67534d664a89ac0feb304ca2 /Src/lex.c
parent90c6d73b568cd48c9cad0ae511c5605a9f4c1203 (diff)
downloadzsh-b97dd459093fd382dd58268fb8b6861e0f9cfb9e.tar.gz
zsh-b97dd459093fd382dd58268fb8b6861e0f9cfb9e.tar.xz
zsh-b97dd459093fd382dd58268fb8b6861e0f9cfb9e.zip
missing mod_export (12613)
Diffstat (limited to 'Src/lex.c')
-rw-r--r--Src/lex.c2
1 files changed, 1 insertions, 1 deletions
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;