diff --git a/xpfe/bootstrap/nsSigHandlers.cpp b/xpfe/bootstrap/nsSigHandlers.cpp index e5992d6dae8..e4d0003cc50 100644 --- a/xpfe/bootstrap/nsSigHandlers.cpp +++ b/xpfe/bootstrap/nsSigHandlers.cpp @@ -78,8 +78,7 @@ extern "C" char * strsignal(int); static char _progname[1024] = "huh?"; -//#if defined(LINUX) && defined(DEBUG) && (defined(__i386) || defined(PPC)) -#if 0 +#if defined(LINUX) && defined(DEBUG) && (defined(__i386) || defined(PPC)) #define CRAWL_STACK_ON_SIGSEGV #endif