summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-xpcom_base_nsStackWalk.cpp
blob: 77004ba72285901c6f3b80ed615f86198a8e1f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-xpcom_base_nsStackWalk.cpp,v 1.1 2013/07/17 11:00:13 jperkin Exp $

--- xpcom/base/nsStackWalk.cpp.orig	2013-05-11 19:19:56.000000000 +0000
+++ xpcom/base/nsStackWalk.cpp
@@ -853,7 +853,7 @@ void DemangleSymbol(const char * aSymbol
 }
 
 
-#if NSSTACKWALK_SUPPORTS_SOLARIS
+#if notNSSTACKWALK_SUPPORTS_SOLARIS
 
 /*
  * Stack walking code for Solaris courtesy of Bart Smaalder's "memtrak".