diff options
author | Werner Koch <[email protected]> | 2007-05-15 19:47:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-05-15 19:47:15 +0000 |
commit | ad3ab7a059306f336d1e12e26f52f69007a98d4e (patch) | |
tree | e75d5162d30be37a2dbe950b6687da42a1fc66d5 /common/xasprintf.c | |
parent | Use estream_asprintf instead of the GNU asprintf. (diff) | |
download | gnupg-ad3ab7a059306f336d1e12e26f52f69007a98d4e.tar.gz gnupg-ad3ab7a059306f336d1e12e26f52f69007a98d4e.zip |
Adjusted symbols for printf and updated to latest version.
Diffstat (limited to 'common/xasprintf.c')
-rw-r--r-- | common/xasprintf.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |