From 7a7432c5f711c11567ad190035247451b0a1de87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 23 Nov 2002 09:13:40 +0000 Subject: Remove MALLOC_ZERO_RETURNS_NULL. --- RISCOS/pyconfig.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'RISCOS') diff --git a/RISCOS/pyconfig.h b/RISCOS/pyconfig.h index e7c3484e0d..7a5a13ced4 100644 --- a/RISCOS/pyconfig.h +++ b/RISCOS/pyconfig.h @@ -184,9 +184,6 @@ /* Define if nice() returns success/failure instead of the new priority. */ #undef HAVE_BROKEN_NICE -/* Define if malloc(0) returns a NULL pointer */ -#undef MALLOC_ZERO_RETURNS_NULL - /* Define if you have POSIX threads */ #undef _POSIX_THREADS -- cgit v1.2.1