Fix bustage on IRIX 6.5 tinderbox (native compiler) with another platform test. b=66134

git-svn-id: svn://10.0.0.236/trunk@139675 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2003-03-18 15:12:20 +00:00
parent 42332809da
commit 0f95d38f82

View File

@@ -196,7 +196,7 @@ class nsDerivedSafe : public T
nsrefcnt Release(void);
#endif
#if !defined(XP_OS2_VACPP) && !defined(AIX)
#if !defined(XP_OS2_VACPP) && !defined(AIX) && !defined(IRIX)
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