lib/stdint.in.h


Log

Author Commit Date CI Message
Bruno Haible b9031386 2009-02-27T16:49:01 Use 'defined _LP64'.
Bruno Haible 472b1fef 2009-01-15T00:27:45 Fix a syntax error due to recursive inclusion of wchar.h on HP-UX 11.00.
Bruno Haible 2b87266d 2008-12-26T11:00:05 Include <wchar.h> after defining the types, not before.
Bruno Haible 39679606 2008-12-25T19:31:28 Add support for universal builds to <stdint.h>.
Alexandre Duret-Lutz 7580dbe9 2008-11-19T01:09:26 Avoid a compilation failure in Boost.
Bruno Haible 3c08dcc3 2008-10-18T02:43:18 Avoid gcc warnings because of #pragma GCC system_header on older gcc.
Bruno Haible c2318e88 2008-08-30T03:09:15 Avoid some "gcc -pedantic" warnings.
Paul Eggert e323f261 2007-12-18T16:11:25 Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS. * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define before any system include files, and undef after them all. This should fix a problem on VMS reported by John E. Malmberg in <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
Bruno Haible d43b4675 2007-10-29T03:59:04 Fix "integer overflow" warnings with OSF/1 5.1 cc.
Bruno Haible 65d19cd3 2007-10-23T00:12:46 Add check that intmax_t and uintmax_t have the same size.
Bruno Haible fe1cf2b9 2007-10-02T00:28:19 Rename stdint_.h to stdint.in.h.