From 0588dfe7f9e6611cc0e941a4e33d46a000980c33 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 23 Jul 2001 07:55:03 +0000 Subject: * iconv/iconvconfig.c: Include and use __attribute_malloc__ for older GCC versions. * iconv/strtab.c: Likewise. --- iconv/strtab.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'iconv/strtab.c') diff --git a/iconv/strtab.c b/iconv/strtab.c index be79dc29ed..49fb254454 100644 --- a/iconv/strtab.c +++ b/iconv/strtab.c @@ -26,6 +26,7 @@ #include #include #include +#include #include @@ -65,7 +66,7 @@ struct Strtab static size_t ps; -extern void *xmalloc (size_t n) __attribute__ ((__malloc__)); +extern void *xmalloc (size_t n) __attribute_malloc__; struct Strtab * -- cgit v1.2.3