Shorter URL.
authorBruno Haible <bruno@clisp.org>
Wed, 3 May 2006 12:39:46 +0000 (12:39 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 3 May 2006 12:39:46 +0000 (12:39 +0000)
lib/ChangeLog
lib/inttypes.h
lib/stdint_.h

index 153879d..8ce48d3 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-01  Bruno Haible  <bruno@clisp.org>
+
+       * stdint_.h: Shorter URL.
+       * inttypes.h: Likewise.
+
 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        * verify.h: Document the internals better.  Most of this change
index 67dda86..f23496f 100644 (file)
@@ -21,7 +21,7 @@
 
 /*
  * A wrapper for the ISO C 99 <inttypes.h>.
- * <http://www.opengroup.org/onlinepubs/007904975/basedefs/inttypes.h.html>
+ * <http://www.opengroup.org/susv3xbd/inttypes.h.html>
  *
  * Currently, if the system <inttypes.h> is missing or not C99 compliant, then
  * this header may only provide the required <stdint.h> (which may be the
index af69d46..156bb80 100644 (file)
@@ -21,7 +21,7 @@
 
 /*
  * ISO C 99 <stdint.h> for platforms that lack it.
- * <http://www.opengroup.org/onlinepubs/007904975/basedefs/stdint.h.html>
+ * <http://www.opengroup.org/susv3xbd/stdint.h.html>
  */
 
 /* Get wchar_t, WCHAR_MIN, WCHAR_MAX.  */