From 1451614c5c6551f8155eae921a51f069e151da9c Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 9 Aug 2012 18:10:14 -0700 Subject: Compiler warnings. --- src/bool/lucky/luckyInt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bool/lucky') 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 -- cgit v1.2.3