"docs-source/vscode:/vscode.git/clone" did not exist on "914bf967012ce05166d391e00b6b12c3d77c3f50"
Commit 12716b74 authored by smikes's avatar smikes
Browse files

Revert "serialization #defines not visible to VS2013; add manually"

This reverts commit fa806957.
parent 3731ffa7
......@@ -293,7 +293,7 @@ extern "C" {
#endif
#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
typedef union { double d; ULong L[2]; } U;
......
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