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

This is needed too:

2007-03-04  Bruno Haible  <[EMAIL PROTECTED]>

        * 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