3 solaris-2.9 does not have stdint.h but does have inttypes.h
5 --- libguile/c-tokenize.c.orig 2007-06-13 18:00:56.000000000 -0400
6 +++ libguile/c-tokenize.c
8 #define __STDC_LIMIT_MACROS 1
12 +#include <stdint.h> /* May break IA64 test-noansi-r */
17 typedef int8_t flex_int8_t;
18 typedef uint8_t flex_uint8_t;
19 typedef int16_t flex_int16_t;