about summary refs log tree commit diff
path: root/Src/builtin.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-09-09 16:06:47 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-09-09 16:06:47 +0000
commit7746eea52b8b5b3d6cc7cf89adc3d4f684461977 (patch)
tree5e442ce91bd1958e2db57adb49c563cd8472a261 /Src/builtin.c
parent5831792752f6f58ae6be8187832d4748287f6f11 (diff)
downloadzsh-7746eea52b8b5b3d6cc7cf89adc3d4f684461977.tar.gz
zsh-7746eea52b8b5b3d6cc7cf89adc3d4f684461977.tar.xz
zsh-7746eea52b8b5b3d6cc7cf89adc3d4f684461977.zip
adapted from 21719: add some mod_exports
Diffstat (limited to 'Src/builtin.c')
-rw-r--r--Src/builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/builtin.c b/Src/builtin.c
index f9ba4af3e..4bb62aa9c 100644
--- a/Src/builtin.c
+++ b/Src/builtin.c
@@ -4066,7 +4066,7 @@ bin_getopts(UNUSED(char *name), char **argv, UNUSED(Options ops), UNUSED(int fun
 
 /* Flag that we should exit the shell as soon as all functions return. */
 /**/
-int
+mod_export int
 exit_pending;
 
 /* break, bye, continue, exit, logout, return -- most of these take   *