mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Change AIX_XLC_364 ifdef back to AIX due to linker errors on current AIX tinderbox. b=66134
This commit is contained in:
parent
4cc14b7073
commit
2fe6241286
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user