From bfae24cf4746ad2aaf9dd6fe38727b0c93b31412 Mon Sep 17 00:00:00 2001 From: "darin%netscape.com" Date: Wed, 6 Mar 2002 19:03:32 +0000 Subject: [PATCH] backing out unintended changes -- fixes OS/2 bustage, b=124042 --- xpfe/bootstrap/nsSigHandlers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xpfe/bootstrap/nsSigHandlers.cpp b/xpfe/bootstrap/nsSigHandlers.cpp index 963f14e91216..e5992d6dae85 100644 --- a/xpfe/bootstrap/nsSigHandlers.cpp +++ b/xpfe/bootstrap/nsSigHandlers.cpp @@ -79,9 +79,9 @@ extern "C" char * strsignal(int); static char _progname[1024] = "huh?"; //#if defined(LINUX) && defined(DEBUG) && (defined(__i386) || defined(PPC)) -//#if 0 +#if 0 #define CRAWL_STACK_ON_SIGSEGV -//#endif +#endif #ifdef MOZ_WIDGET_PHOTON void abnormal_exit_handler(int signum)