From feba8ca592255673226973b7184a2008be0ab3b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Fri, 17 Jan 1997 11:08:25 -0800 Subject: [PATCH] exit_modules() now called even without DEBUG Rev: src/builtin_functions.c:1.19 --- src/builtin_functions.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/builtin_functions.c b/src/builtin_functions.c index 71e7dd2f5e..c76fd38695 100644 --- a/src/builtin_functions.c +++ b/src/builtin_functions.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: builtin_functions.c,v 1.18 1996/12/05 04:49:38 hubbe Exp $"); +RCSID("$Id: builtin_functions.c,v 1.19 1997/01/17 19:08:25 hubbe Exp $"); #include "interpret.h" #include "svalue.h" #include "macros.h" @@ -627,9 +627,7 @@ void f_exit(INT32 args) free_callback(&exit_callbacks); i=sp[-args].u.integer; -#ifdef DEBUG exit_modules(); -#endif UNSET_ONERROR(tmp); exit(i); -- GitLab