# HG changeset patch # User diego # Date 1155912249 0 # Node ID 2052a90d9c29aad17e15fde6f7c206bf4f8be75a # Parent ac69ba536915cb649310499607144ef2f21e1485 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 diff -r ac69ba536915 -r 2052a90d9c29 configure --- 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"