changeset 20357:3cec4506b350

Provide fallback definition for uint_fast64_t as well. Fixes a compilation problem on glibc 2.0 systems. taken from a patch by Mikulas Patocka, mikulas (at) artax karlin mff cuni cz
author diego
date Sun, 22 Oct 2006 14:45:54 +0000
parents 90ee83c6c312
children 3007b4b0673c
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Oct 22 13:43:49 2006 +0000
+++ b/configure	Sun Oct 22 14:45:54 2006 +0000
@@ -2841,6 +2841,7 @@
     typedef signed char int_fast8_t;
     typedef signed int  int_fast16_t;
     typedef signed int  int_fast32_t;
+    typedef signed long long int  int_fast64_t;
     typedef unsigned char uint_fast8_t;
     typedef unsigned int  uint_fast16_t;
     typedef unsigned int  uint_fast32_t;