From f77f1d50723aceb5059a96f7a4068046b7961c51 Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Wed, 11 Aug 2004 21:14:18 +0000 Subject: Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith). --- os/xalloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'os') diff --git a/os/xalloc.c b/os/xalloc.c index 5677896dc..6740e89cb 100644 --- a/os/xalloc.c +++ b/os/xalloc.c @@ -185,6 +185,7 @@ extern Bool Must_have_memory; defined(__sparc64__) || \ defined(__s390x__) || \ defined(__amd64__) || defined(amd64) || \ + defined(__powerpc64__) || \ (defined(sgi) && _MIPS_SZLONG == 64)) #define MAGIC 0x1404196414071968 #define MAGIC_FREE 0x1506196615061966 -- cgit v1.2.3