Commit 5dfab798 authored by Sam Mikes's avatar Sam Mikes
Browse files

Remove forced #defines

parent fa806957
...@@ -222,7 +222,6 @@ extern void *MALLOC(size_t); ...@@ -222,7 +222,6 @@ extern void *MALLOC(size_t);
static double private_mem[PRIVATE_mem], *pmem_next = private_mem; static double private_mem[PRIVATE_mem], *pmem_next = private_mem;
#endif #endif
#define IEEE_8087
#undef IEEE_Arith #undef IEEE_Arith
#undef Avoid_Underflow #undef Avoid_Underflow
#ifdef IEEE_MC68k #ifdef IEEE_MC68k
......
...@@ -30,7 +30,6 @@ distribution. ...@@ -30,7 +30,6 @@ distribution.
#pragma warning( push ) #pragma warning( push )
#pragma warning( disable : 4530 ) #pragma warning( disable : 4530 )
#pragma warning( disable : 4786 ) #pragma warning( disable : 4786 )
#define TIXML_USE_STL
#endif #endif
#include <ctype.h> #include <ctype.h>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment