Added NATIVE_INT64 flag

This commit is contained in:
waldemar%netscape.com 2000-01-29 08:25:02 +00:00
parent 7b8284b4fe
commit ab615dec5b
2 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,9 @@
#endif /* AIX4_3 */
#endif /* XP_BEOS */
// Define this if the machine natively supports 64-bit integers
#define NATIVE_INT64
// Define float32 and float64.
typedef double float64;
typedef float float32;

View File

@ -60,6 +60,9 @@
#endif /* AIX4_3 */
#endif /* XP_BEOS */
// Define this if the machine natively supports 64-bit integers
#define NATIVE_INT64
// Define float32 and float64.
typedef double float64;
typedef float float32;