summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bool/lucky/luckyInt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bool/lucky/luckyInt.h b/src/bool/lucky/luckyInt.h
index 00c37125..70585196 100644
--- a/src/bool/lucky/luckyInt.h
+++ b/src/bool/lucky/luckyInt.h
@@ -34,15 +34,15 @@
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END
+typedef unsigned __int64 word;
#endif
ABC_NAMESPACE_HEADER_START
-typedef unsigned __int64 ABC_UINT64_T;
+//typedef unsigned __int64 ABC_UINT64_T;
//typedef ABC_UINT64_T word;
-typedef unsigned __int64 word;
#define bool int
#define false 0