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
a3998cae
Commit
a3998cae
authored
Apr 27, 2014
by
smikes
Browse files
Revert "Remove forced #defines"
This reverts commit
5dfab798
.
parent
5dfab798
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
serialization/src/dtoa.cpp
serialization/src/dtoa.cpp
+1
-0
serialization/src/tinyxml.h
serialization/src/tinyxml.h
+1
-0
No files found.
serialization/src/dtoa.cpp
View file @
a3998cae
...
...
@@ -222,6 +222,7 @@ extern void *MALLOC(size_t);
static
double
private_mem
[
PRIVATE_mem
],
*
pmem_next
=
private_mem
;
#endif
#define IEEE_8087
#undef IEEE_Arith
#undef Avoid_Underflow
#ifdef IEEE_MC68k
...
...
serialization/src/tinyxml.h
View file @
a3998cae
...
...
@@ -30,6 +30,7 @@ distribution.
#pragma warning( push )
#pragma warning( disable : 4530 )
#pragma warning( disable : 4786 )
#define TIXML_USE_STL
#endif
#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