* inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
authorEric Blake <ebb9@byu.net>
Mon, 28 Aug 2006 20:56:50 +0000 (20:56 +0000)
committerEric Blake <ebb9@byu.net>
Mon, 28 Aug 2006 20:56:50 +0000 (20:56 +0000)
m4/ChangeLog
m4/inttypes.m4

index e37b8be..6cb1413 100644 (file)
@@ -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...
        * 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.
index d7f021c..3a43c0a 100644 (file)
@@ -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