Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaron committed May 23, 2007
1 parent 0479fc1 commit be07d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xpfe/bootstrap/nsSigHandlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void beos_signal_handler(int signum) {
}
#endif

#ifdef MOZ_WIDGET_GTK2 && (GLIB_MAJOR_VERSION > 2 || (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION >= 6))
#if defined(MOZ_WIDGET_GTK2) && (GLIB_MAJOR_VERSION > 2 || (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION >= 6))

#include <glib.h>

Expand Down Expand Up @@ -255,7 +255,7 @@ void InstallUnixSignalHandlers(const char *ProgramName)
signal(SIGTERM, beos_signal_handler);
#endif

#ifdef MOZ_WIDGET_GTK2 && (GLIB_MAJOR_VERSION > 2 || (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION >= 6))
#if defined(MOZ_WIDGET_GTK2) && (GLIB_MAJOR_VERSION > 2 || (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION >= 6))
const char *assertString = PR_GetEnv("XPCOM_DEBUG_BREAK");
if (assertString &&
(!strcmp(assertString, "suspend") ||
Expand Down

0 comments on commit be07d39

Please sign in to comment.