changeset 6768:296aceb85024

Shorter URL.
author Bruno Haible <bruno@clisp.org>
date Wed, 03 May 2006 12:39:46 +0000
parents ed09f6422a66
children 1d3acd1734eb
files lib/ChangeLog lib/inttypes.h lib/stdint_.h
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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
--- a/lib/inttypes.h
+++ b/lib/inttypes.h
@@ -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
--- a/lib/stdint_.h
+++ b/lib/stdint_.h
@@ -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.  */