From 2e9bbdc833ca50f4d1a4613c1e0f2035fc5f9561 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 20 Sep 2004 13:37:41 +0000 Subject: 20387: revised algorithm for the fix in 20363. --- Src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/init.c') 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 */ -- cgit 1.4.1