Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
5dfab798
Commit
5dfab798
authored
Apr 27, 2014
by
Sam Mikes
Browse files
Remove forced #defines
parent
fa806957
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
serialization/src/dtoa.cpp
serialization/src/dtoa.cpp
+0
-1
serialization/src/tinyxml.h
serialization/src/tinyxml.h
+0
-1
No files found.
serialization/src/dtoa.cpp
View file @
5dfab798
...
@@ -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
...
...
serialization/src/tinyxml.h
View file @
5dfab798
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment