From: Bruno Haible Date: Sat, 10 Mar 2007 15:03:27 +0000 (+0000) Subject: Fix typo in last patch. X-Git-Tag: cvs-readonly~809 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8debab49f4eeb1ba275d64c7c7b618ddc2ec197d;p=gnulib.git Fix typo in last patch. --- diff --git a/ChangeLog b/ChangeLog index d57a31176..4a9e7919d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-03-10 Bruno Haible + * lib/stdint_.h (uint_least64_t): Fix typo in last patch. + +2007-03-10 Bruno Haible + * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for "make distcheck". * modules/sprintf-posix-tests (EXTRA_DIST): Likewise. diff --git a/lib/stdint_.h b/lib/stdint_.h index 098637fcd..92d64539a 100644 --- 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