diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-09-13 13:04:39 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-09-13 13:04:39 +0000 |
commit | 1268f477b0d88ff10b7de4dea33b53b29cbed287 (patch) | |
tree | 06826b9b7a7a59a4e179ae634c949e018ad1bec1 /Src/init.c | |
parent | b12c16850521328a396bb62c3b07558f9308c621 (diff) | |
download | zsh-1268f477b0d88ff10b7de4dea33b53b29cbed287.tar.gz zsh-1268f477b0d88ff10b7de4dea33b53b29cbed287.tar.xz zsh-1268f477b0d88ff10b7de4dea33b53b29cbed287.zip |
20363: Src/init.c, Src/Zle/zle_main.c
Diffstat (limited to 'Src/init.c')
-rw-r--r-- | Src/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/init.c b/Src/init.c index ef101069c..d562349d5 100644 --- a/Src/init.c +++ b/Src/init.c @@ -37,7 +37,7 @@ #include "version.h" /**/ -int noexitct = 0; +mod_export int noexitct = 0; /* buffer for $_ and its length */ |