From 2ec7e2e032fb7f102b08ef145cffc1be9774273c Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Tue, 18 Mar 2003 05:50:53 +0000 Subject: [PATCH] Change AIX_XLC_364 ifdef back to AIX due to linker errors on current AIX tinderbox. b=66134 git-svn-id: svn://10.0.0.236/trunk@139651 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/glue/nsCOMPtr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/glue/nsCOMPtr.h b/mozilla/xpcom/glue/nsCOMPtr.h index bdd796a205a..1b1196cc4f8 100644 --- a/mozilla/xpcom/glue/nsCOMPtr.h +++ b/mozilla/xpcom/glue/nsCOMPtr.h @@ -196,7 +196,7 @@ class nsDerivedSafe : public T nsrefcnt Release(void); #endif -#if !defined(XP_OS2_VACPP) && !defined(AIX_XLC_364) +#if !defined(XP_OS2_VACPP) && !defined(AIX) void operator delete( void*, size_t ); // NOT TO BE IMPLEMENTED // declaring |operator delete| private makes calling delete on an interface pointer a compile error #endif