HPUX groks not long long.
authorjbj <devnull@localhost>
Thu, 30 Sep 1999 14:53:33 +0000 (14:53 +0000)
committerjbj <devnull@localhost>
Thu, 30 Sep 1999 14:53:33 +0000 (14:53 +0000)
CVS patchset: 3352
CVS date: 1999/09/30 14:53:33

lib/header.h

index bdae6a5..d30941d 100644 (file)
@@ -25,7 +25,9 @@ typedef unsigned short uint_16;
 
 #else
 
+#if 0  /* XXX hpux needs -Ae in CFLAGS to grok this */
 typedef long long int int_64;
+#endif
 typedef int int_32;
 typedef short int int_16;
 typedef char int_8;