From 52288e49bf43b6fd1833deb2ffb3049264b5ea23 Mon Sep 17 00:00:00 2001 From: "scc%netscape.com" Date: Mon, 29 Mar 1999 22:03:50 +0000 Subject: [PATCH] fixed out-of-date preprocessor symbol, should fix AIX build git-svn-id: svn://10.0.0.236/trunk@25459 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/tests/TestCOMPtr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/tests/TestCOMPtr.cpp b/mozilla/xpcom/tests/TestCOMPtr.cpp index 9d095a68e98..1d520f08f93 100644 --- a/mozilla/xpcom/tests/TestCOMPtr.cpp +++ b/mozilla/xpcom/tests/TestCOMPtr.cpp @@ -21,7 +21,7 @@ #include "nsCOMPtr.h" #include "nsISupports.h" -#ifndef NSCAP_NO_NEW_CASTS +#ifdef HAVE_CPP_NEW_CASTS #define STATIC_CAST(T,x) static_cast(x) #define REINTERPRET_CAST(T,x) reinterpret_cast(x) #else