From a4312e900265e2ad8e731410b2f642ba7ea47cf4 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Mon, 9 Dec 2002 14:14:49 +0000 Subject: [PATCH] we don't really need int64 anyway --- flexint.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/flexint.h b/flexint.h index 32062a4..fd649c4 100644 --- a/flexint.h +++ b/flexint.h @@ -17,19 +17,9 @@ typedef uint32_t flex_uint32_t; typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; -# if __WORDSIZE == 64 || defined __arch64__ || defined __cplusplus -typedef long int flex_int64_t; -# else -typedef long long int flex_int64_t; -# endif typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; -#if __WORDSIZE == 64 || defined __arch64__ || defined __cplusplus -typedef unsigned long int flex_uint64_t; -#else -typedef unsigned long long int flex_uint64_t; -#endif #endif /* ! C99 */ /* Limits of integral types. */ -- 2.40.0