bug-gnulib
[Top][All Lists]
Advanced

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

Re: new module 'vasprintf-posix'


From: Bruno Haible
Subject: Re: new module 'vasprintf-posix'
Date: Mon, 5 Mar 2007 04:57:33 +0100
User-agent: KMail/1.5.4

>       * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
>       defined.

This is needed too:

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

        * lib/vasprintf.h: Update #if logic for the case when the functions
        exist but are overridden.

*** lib/vasprintf.h     5 Mar 2007 00:37:52 -0000       1.5
--- lib/vasprintf.h     5 Mar 2007 03:56:39 -0000
***************
*** 23,29 ****
  /* Get asprintf(), vasprintf() declarations.  */
  #include <stdio.h>
  
! #else
  
  /* Get va_list.  */
  #include <stdarg.h>
--- 23,31 ----
  /* Get asprintf(), vasprintf() declarations.  */
  #include <stdio.h>
  
! #endif
! 
! #if !HAVE_VASPRINTF || REPLACE_VASPRINTF
  
  /* Get va_list.  */
  #include <stdarg.h>





reply via email to

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