changeset 7224:c42a57e8d187

* inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
author Eric Blake <ebb9@byu.net>
date Mon, 28 Aug 2006 20:56:50 +0000
parents dabe23a32d21
children 3307ae6ea2e5
files m4/ChangeLog m4/inttypes.m4
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-28  Eric Blake  <ebb9@byu.net>
+
+	* inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
+
 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* 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  <eggert@cs.ucla.edu>
-            Bruno Haible  <bruno@clisp.org>
+	    Bruno Haible  <bruno@clisp.org>
 
 	* bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
 	and is a script that invokes bison. Tighten the code. Add comments.
--- 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