bug-gnulib
[Top][All Lists]
Advanced

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

Re: new module 'snprintf-posix'


From: Bruno Haible
Subject: Re: new module 'snprintf-posix'
Date: Sun, 11 Mar 2007 13:07:11 +0100
User-agent: KMail/1.5.4

Additionally, this was needed:

2007-03-11  Bruno Haible  <address@hidden>

        * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.

*** lib/vasnprintf.c    10 Mar 2007 00:20:53 -0000      1.26
--- lib/vasnprintf.c    11 Mar 2007 12:04:06 -0000
***************
*** 110,115 ****
--- 110,117 ----
  # else
     /* Unix.  */
  #  define SNPRINTF snprintf
+    /* Here we need to call the native snprintf, not rpl_snprintf.  */
+ #  undef snprintf
  # endif
  #endif
  





reply via email to

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