about summary refs log tree commit diff
path: root/Src/lex.c
diff options
context:
space:
mode:
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;