From ad3ab7a059306f336d1e12e26f52f69007a98d4e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 15 May 2007 19:47:15 +0000 Subject: Adjusted symbols for printf and updated to latest version. --- common/xasprintf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/xasprintf.c') diff --git a/common/xasprintf.c b/common/xasprintf.c index ce013ba63..d8d688895 100644 --- a/common/xasprintf.c +++ b/common/xasprintf.c @@ -27,8 +27,8 @@ #include "iobuf.h" #include "estream-printf.h" -#if !defined(ESTREAM_ASPRINTF_MALLOC) || !defined(ESTREAM_ASPRINTF_FREE) -#error Need to define ESTREAM_ASPRINTF_MALLOC and _FREE +#if !defined(_ESTREAM_PRINTF_MALLOC) || !defined(_ESTREAM_PRINTF_FREE) +#error Need to define ESTREAM_PRINTF_MALLOC and _FREE #endif /* Same as asprintf but return an allocated buffer suitable to be -- cgit v1.2.3