From 0a70212f6fdd155158109a8286f0d7b0bdd6c5be Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 28 Aug 2006 20:56:50 +0000 Subject: [PATCH] * inttypes.m4 (gl_INTTYPES_H): Fix missing #endif. --- m4/ChangeLog | 6 +++++- m4/inttypes.m4 | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/m4/ChangeLog b/m4/ChangeLog index e37b8be00a..6cb1413b5b 100644 --- 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 index d7f021c848..3a43c0ac03 100644 --- 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 @@ const char *k = /* implicit string concatenation */ #endif #ifdef UINT32_MAX PRIo32 PRIu32 PRIx32 PRIX32 +#endif #ifdef INT64_MAX PRId64 PRIi64 #endif -- 2.30.2