about summary refs log tree commit diff
path: root/Src/exec.c
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2000-06-20 16:38:10 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2000-06-20 16:38:10 +0000
commit3ecad25c83a1156f50962d96d665b21d0a0cb788 (patch)
tree129bdca0cbc5dc1b86f924053c6d7781ecea355b /Src/exec.c
parent1a691db1e2f98e04a08447c58140cac2581a6adb (diff)
downloadzsh-3ecad25c83a1156f50962d96d665b21d0a0cb788.tar.gz
zsh-3ecad25c83a1156f50962d96d665b21d0a0cb788.tar.xz
zsh-3ecad25c83a1156f50962d96d665b21d0a0cb788.zip
AIX dependency fix
Diffstat (limited to 'Src/exec.c')
-rw-r--r--Src/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c
index e0247430b..6d2042721 100644
--- a/Src/exec.c
+++ b/Src/exec.c
@@ -715,7 +715,7 @@ execstring(char *s, int dont_change_job, int exiting)
 }
 
 /**/
-void
+mod_export void
 execode(Eprog p, int dont_change_job, int exiting)
 {
     struct estate s;