Both OpenBSD and FreeBSD/4 don't have intmax_t, but it's not getting defined by ax_create_stdint_h.m4. This patch fixes that.
Please review and commit if ok. Thanks, -Kurt Index: ax_create_stdint_h.m4 =================================================================== RCS file: /cvs/kaffe/kaffe/m4/ax_create_stdint_h.m4,v retrieving revision 1.4 diff -u -r1.4 ax_create_stdint_h.m4 --- ax_create_stdint_h.m4 21 Jun 2005 16:11:57 -0000 1.4 +++ ax_create_stdint_h.m4 21 Jul 2005 21:57:27 -0000 @@ -351,11 +351,11 @@ #ifndef _STDINT_HEADER_INTPTR #define _STDINT_NEED_INTPTR_T +#endif + #ifndef _STDINT_HAVE_INTMAX_T #define _STDINT_NEED_INTMAX_T #endif -#endif - /* .................... definition part ............................ */ _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
