From 0d664d227cadb8cf4892e70954cd6c616192c0f8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 12 Nov 2012 08:16:30 -0800 Subject: factor: port to systems with rpl_malloc * src/make-prime-list.c (malloc): Undef. This fixes a problem on AIX 8.20 reported by Michael Felt in . --- src/make-prime-list.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/make-prime-list.c b/src/make-prime-list.c index a4c0a3b7b..24a7cdace 100644 --- a/src/make-prime-list.c +++ b/src/make-prime-list.c @@ -28,6 +28,7 @@ this program. If not, see http://www.gnu.org/licenses/. */ /* Deactivate config.h's "rpl_"-prefixed definitions of these symbols. */ #undef fclose +#undef malloc #undef strerror struct prime -- cgit v1.2.3-54-g00ecf