bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU M4 1.4.8b released (beta release)


From: Bruno Haible
Subject: Re: GNU M4 1.4.8b released (beta release)
Date: Sat, 10 Mar 2007 16:25:21 +0100
User-agent: KMail/1.5.4

Eric Blake wrote:
> 2007-03-10  Eric Blake  <address@hidden>
>       and Matthew Woehlke  <mw_triad AT users.sourceforge.net>  (tiny change)
> 
>       * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
>       types are not being provided by gnulib.
>       (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
>       types are supported.

The attached patch was empty and contained a typo, that I fixed:

--- lib/stdint_.h       10 Mar 2007 14:52:08 -0000      1.38
+++ lib/stdint_.h       10 Mar 2007 15:03:27 -0000      1.39
@@ -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
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]