File tree Expand file tree Collapse file tree 6 files changed +0
-37
lines changed Expand file tree Collapse file tree 6 files changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -371,21 +371,6 @@ typedef PRUint32 nsrefcnt;
371371 Need to add an autoconf test for this.
372372 */
373373
374- /* under Metrowerks (Mac), we don't have autoconf yet */
375- #ifdef __MWERKS__
376- #define HAVE_CPP_PARTIAL_SPECIALIZATION
377- #define HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX
378-
379- #define HAVE_CPP_ACCESS_CHANGING_USING
380- #define HAVE_CPP_AMBIGUITY_RESOLVING_USING
381- #define HAVE_CPP_EXPLICIT
382- #define HAVE_CPP_TYPENAME
383- #define HAVE_CPP_BOOL
384- #define HAVE_CPP_NAMESPACE_STD
385- #define HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL
386- #define HAVE_CPP_2BYTE_WCHAR_T
387- #endif
388-
389374 /* under VC++ (Windows), we don't have autoconf yet */
390375#if defined(_MSC_VER) && (_MSC_VER>=1100)
391376 #define HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX
Original file line number Diff line number Diff line change 55#include NEW_H // to allow placement |new|
66
77
8- // under Metrowerks (Mac), we don't have autoconf yet
9- #ifdef __MWERKS__
10- #define HAVE_CPP_MEMBER_TEMPLATES
11- #define HAVE_CPP_NUMERIC_LIMITS
12- #endif
13-
148 // under MSVC shut off copious warnings about unused in-lines
159#ifdef _MSC_VER
1610 #pragma warning( disable: 4514 )
Original file line number Diff line number Diff line change 44#include " nsCOMPtr.h"
55#include " nsString.h"
66
7- #ifdef __MWERKS__
8- #pragma exceptions off
9- #endif
10-
117NS_DEF_PTR (nsIDOMNode);
128
139 /*
Original file line number Diff line number Diff line change 44#include " nsCOMPtr.h"
55#include " nsString.h"
66
7- #ifdef __MWERKS__
8- #pragma exceptions off
9- #endif
10-
117NS_DEF_PTR (nsIDOMNode);
128
139 /*
Original file line number Diff line number Diff line change 33#include " nsIDOMNode.h"
44#include " nsCOMPtr.h"
55
6- #ifdef __MWERKS__
7- #pragma exceptions off
8- #endif
9-
106NS_DEF_PTR (nsIDOMNode);
117
128 /*
Original file line number Diff line number Diff line change 33#include " nsIDOMNode.h"
44#include " nsCOMPtr.h"
55
6- #ifdef __MWERKS__
7- #pragma exceptions off
8- #endif
9-
106NS_DEF_PTR (nsIDOMNode);
117
128 /*
You can’t perform that action at this time.
0 commit comments