From 10c706a040abeaf5c82db54086d4edb03a995cf3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jan 2021 19:30:45 +0100 Subject: Add SerdWorld for shared library state --- src/attributes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/attributes.h') diff --git a/src/attributes.h b/src/attributes.h index 8628a868..25e5b505 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -18,9 +18,9 @@ #define SERD_ATTRIBUTES_H #ifdef __GNUC__ -# define SERD_MALLOC_FUNC __attribute__((malloc)) +# define SERD_I_MALLOC_FUNC __attribute__((malloc)) #else -# define SERD_MALLOC_FUNC +# define SERD_I_MALLOC_FUNC #endif #endif // SERD_ATTRIBUTES_H -- cgit v1.2.1