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
12716b74
Commit
12716b74
authored
Apr 27, 2014
by
smikes
Browse files
Revert "serialization #defines not visible to VS2013; add manually"
This reverts commit
fa806957
.
parent
3731ffa7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
serialization/src/dtoa.cpp
serialization/src/dtoa.cpp
+1
-1
No files found.
serialization/src/dtoa.cpp
View file @
12716b74
...
@@ -293,7 +293,7 @@ extern "C" {
...
@@ -293,7 +293,7 @@ extern "C" {
#endif
#endif
#if defined(IEEE_8087) + defined(IEEE_MC68k) + defined(VAX) + defined(IBM) != 1
#if defined(IEEE_8087) + defined(IEEE_MC68k) + defined(VAX) + defined(IBM) != 1
#error
Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
Exactly
one
of
IEEE_8087
,
IEEE_MC68k
,
VAX
,
or
IBM
should
be
defined
.
#endif
#endif
typedef
union
{
double
d
;
ULong
L
[
2
];
}
U
;
typedef
union
{
double
d
;
ULong
L
[
2
];
}
U
;
...
...
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