summaryrefslogtreecommitdiff
path: root/StdLib/LibC/gdtoa/gdtoaimp.h
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/LibC/gdtoa/gdtoaimp.h')
-rw-r--r--StdLib/LibC/gdtoa/gdtoaimp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/StdLib/LibC/gdtoa/gdtoaimp.h b/StdLib/LibC/gdtoa/gdtoaimp.h
index 635a177544..3ba2cf8fbf 100644
--- a/StdLib/LibC/gdtoa/gdtoaimp.h
+++ b/StdLib/LibC/gdtoa/gdtoaimp.h
@@ -283,8 +283,7 @@ extern "C" {
Exactly one of IEEE_LITTLE_ENDIAN, IEEE_BIG_ENDIAN, VAX, or IBM should be defined.
#endif
-typedef union { double d; ULong L[2]; } U;
-//typedef union { double d; UINT32 L[2]; } U;
+typedef union { double d; UINT32 L[2]; } U;
#ifdef YES_ALIAS
#define dval(x) x