Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls.

git-svn-id: svn://10.0.0.236/trunk@127585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2002-08-19 03:50:27 +00:00
parent 0ff1b11149
commit 79c62ac5b7
14 changed files with 22 additions and 12 deletions

View File

@@ -28,7 +28,7 @@
#include "nsBufferHandleUtils.h"
#endif
#include <new.h>
#include NEW_H