about summary refs log tree commit diff
path: root/Src/init.c
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2004-09-20 13:37:41 +0000
committerBart Schaefer <barts@users.sourceforge.net>2004-09-20 13:37:41 +0000
commit2e9bbdc833ca50f4d1a4613c1e0f2035fc5f9561 (patch)
treee179ab8e1b1e1ded3a7a9f2202e334c899d062c2 /Src/init.c
parent037485c4a474395064e2b5b1da281ca052796320 (diff)
downloadzsh-2e9bbdc833ca50f4d1a4613c1e0f2035fc5f9561.tar.gz
zsh-2e9bbdc833ca50f4d1a4613c1e0f2035fc5f9561.tar.xz
zsh-2e9bbdc833ca50f4d1a4613c1e0f2035fc5f9561.zip
20387: revised algorithm for the fix in 20363.
Diffstat (limited to 'Src/init.c')
-rw-r--r--Src/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/init.c b/Src/init.c
index d562349d5..ef101069c 100644
--- a/Src/init.c
+++ b/Src/init.c
@@ -37,7 +37,7 @@
 #include "version.h"
 
 /**/
-mod_export int noexitct = 0;
+int noexitct = 0;
 
 /* buffer for $_ and its length */