Changeset 18 for trunk/src/sh_tiger2_64.c
- Timestamp:
- Jan 28, 2006, 9:07:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_tiger2_64.c
r1 r18 22 22 #include "config_xor.h" 23 23 24 25 #if defined(HAVE_LONG_64) || defined(HAVE_LONG_LONG_64) 24 #if defined(TIGER_64_BIT) 25 26 /* #if defined(HAVE_LONG_64) || defined(HAVE_LONG_LONG_64) */ 26 27 27 28 /*@-type@*/ … … 30 31 #if defined(HAVE_LONG_64) 31 32 typedef unsigned long int word64; 33 #elif defined(HAVE_LONG_LONG_64) 34 typedef unsigned long long int word64; 32 35 #else 33 typedef unsigned long long int word64; 36 #error No 64 bit type found ! 34 37 #endif 35 38
Note:
See TracChangeset
for help on using the changeset viewer.