diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-08-09 18:10:14 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-08-09 18:10:14 -0700 |
commit | 1451614c5c6551f8155eae921a51f069e151da9c (patch) | |
tree | 8492328f7a64080bf407a273b14018a9f1662059 /src/bool/lucky | |
parent | 8ad4a10fae6288a5aa90621d48e8fa49631fd6c7 (diff) | |
download | abc-1451614c5c6551f8155eae921a51f069e151da9c.tar.gz abc-1451614c5c6551f8155eae921a51f069e151da9c.tar.bz2 abc-1451614c5c6551f8155eae921a51f069e151da9c.zip |
Compiler warnings.
Diffstat (limited to 'src/bool/lucky')
-rw-r--r-- | src/bool/lucky/luckyInt.h | 4 |
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 |