Re: [cp-patches] RFC: AX_CREATE_STDINT.m4

2006-01-04 Thread Mark Wielaard
Hi Dalibor, On Wed, 2006-01-04 at 03:56 +0100, Dalibor Topic wrote: the attached patch adds a generated header for C99 fixed-size integer types that delegates to the underlying implementation (stdint.h, inttypes.h) and/or creates typedefs for the missing types. The patch uses the

Re: [cp-patches] RFC: AX_CREATE_STDINT.m4

2006-01-04 Thread Dalibor Topic
Mark Wielaard wrote: Hi Dalibor, On Wed, 2006-01-04 at 03:56 +0100, Dalibor Topic wrote: the attached patch adds a generated header for C99 fixed-size integer types that delegates to the underlying implementation (stdint.h, inttypes.h) and/or creates typedefs for the missing types. The

Re: [cp-patches] RFC: AX_CREATE_STDINT.m4

2006-01-04 Thread Dalibor Topic
Mark Wielaard wrote: Hi Dalibor, 2006-01-04 Dalibor Topic [EMAIL PROTECTED] * configure.ac: Added AX_CREATE_STDINT_H * include/Makefile.am (DISTCLEANFILES): Remove config-int.h. * m4/ax_create_stdint_h.m4: New file. * native/fdlibm/mprec.h: Include config-int.h.

[cp-patches] RFC: AX_CREATE_STDINT.m4

2006-01-03 Thread Dalibor Topic
Hi all, the attached patch adds a generated header for C99 fixed-size integer types that delegates to the underlying implementation (stdint.h, inttypes.h) and/or creates typedefs for the missing types. The patch uses the ax_create_stdint.m4 macro from Guido Draheim, taken from