From 7fed00c4f5e75001d2ac06c76ed24db6a82869f1 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 16 Feb 2021 20:26:50 -0600 Subject: reapply patches --- src/malloc.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/malloc.h') diff --git a/src/malloc.h b/src/malloc.h index 4ed5f08..0f64349 100644 --- a/src/malloc.h +++ b/src/malloc.h @@ -36,6 +36,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define HAVE_STDLIB #endif +#ifdef __STDC__ +#define ANY void +#define HAVE_STDLIB +#endif + #ifndef ANY #define ANY char #endif -- cgit v1.2.3