changeset 8409:293ec5fdf22b

Fix typo in last patch.
author Bruno Haible <bruno@clisp.org>
date Sat, 10 Mar 2007 15:03:27 +0000
parents 9abb46bf6f2f
children bf7fdc3211a4
files ChangeLog lib/stdint_.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-10  Bruno Haible  <bruno@clisp.org>
+
+	* lib/stdint_.h (uint_least64_t): Fix typo in last patch.
+
 2007-03-10  Bruno Haible  <bruno@clisp.org>
 
 	* modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
--- a/lib/stdint_.h
+++ b/lib/stdint_.h
@@ -179,7 +179,7 @@
 #ifdef GL_INT64_T
 # define int_least64_t int64_t
 #endif
-#ifdef GL_UIN64_T
+#ifdef GL_UINT64_T
 # define uint_least64_t uint64_t
 #endif