Properly handle numeric events
[quassel.git] / src / common / logbacktrace_unix.cpp
index 431c802..2152c08 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -20,7 +20,7 @@
 
 #include "quassel.h"
 
-#if defined(HAVE_EXECINFO) // && !defined(Q_OS_MAC)
+#if defined(HAVE_EXECINFO) && !defined(Q_OS_MAC)
 #  define BUILD_CRASHHANDLER
 #  include <execinfo.h>
 #  include <dlfcn.h>