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:07:50 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-09-09 16:07:50 +0000
commitacbbc30e03eeafa2a25a13fdd99ae3637e368847 (patch)
tree2bca4ffec2b111655c452f3fe9acd0960770afd8 /Src/builtin.c
parent56f0fd2464e98badf31d8fe32b1ae369894f89b9 (diff)
downloadzsh-acbbc30e03eeafa2a25a13fdd99ae3637e368847.tar.gz
zsh-acbbc30e03eeafa2a25a13fdd99ae3637e368847.tar.xz
zsh-acbbc30e03eeafa2a25a13fdd99ae3637e368847.zip
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 44e8d414f..0d729aab0 100644
--- a/Src/builtin.c
+++ b/Src/builtin.c
@@ -4041,7 +4041,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   *