# HG changeset patch # User Eric Blake # Date 1156798610 0 # Node ID c42a57e8d1870b0de98159ace789359451807d22 # Parent dabe23a32d2155a47466a6608ad4bf42bf7cdb32 * inttypes.m4 (gl_INTTYPES_H): Fix missing #endif. diff --git a/m4/ChangeLog b/m4/ChangeLog --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2006-08-28 Eric Blake + + * inttypes.m4 (gl_INTTYPES_H): Fix missing #endif. + 2006-08-28 Paul Eggert * inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here... @@ -237,7 +241,7 @@ * posixver.m4: Fix comment since head -1 now works even in POSIX mode. 2006-08-18 Paul Eggert - Bruno Haible + Bruno Haible * bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists and is a script that invokes bison. Tighten the code. Add comments. diff --git a/m4/inttypes.m4 b/m4/inttypes.m4 --- a/m4/inttypes.m4 +++ b/m4/inttypes.m4 @@ -1,4 +1,4 @@ -# inttypes.m4 serial 3 +# inttypes.m4 serial 4 dnl Copyright (C) 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -60,6 +60,7 @@ #endif #ifdef UINT32_MAX PRIo32 PRIu32 PRIx32 PRIX32 +#endif #ifdef INT64_MAX PRId64 PRIi64 #endif