changeset 19432:2052a90d9c29

Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h" test failed, fixes compilation on Sparc. patch by Zuxy Meng, zuxy.meng $$@$$ gmail $$dot$$ com
author diego
date Fri, 18 Aug 2006 14:44:09 +0000
parents ac69ba536915
children e1ec9b9bf6f7
files configure
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Aug 18 13:58:03 2006 +0000
+++ b/configure	Fri Aug 18 14:44:09 2006 +0000
@@ -2786,7 +2786,8 @@
     typedef signed int  int_fast32_t;
     typedef unsigned char uint_fast8_t;
     typedef unsigned int  uint_fast16_t;
-    typedef unsigned int  uint_fast32_t;'
+    typedef unsigned int  uint_fast32_t;
+    typedef unsigned long long uint_fast64_t;'
 fi
 echores "$_fast_inttypes"