Author: diego Date: Fri Aug 18 16:44:09 2006 New Revision: 19438 Modified: trunk/configure Log: 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 Modified: trunk/configure ============================================================================== --- trunk/configure (original) +++ trunk/configure Fri Aug 18 16:44:09 2006 @@ -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"
participants (1)
-
diego