From bf7c848b97440b709f392cde97b4d9f8d808dadd Mon Sep 17 00:00:00 2001 From: Peter Grehan Date: Wed, 25 Feb 2004 00:53:06 +0000 Subject: [PATCH] No reason to disable this test on powerpc. --- lib/libstand/zalloc_defs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libstand/zalloc_defs.h b/lib/libstand/zalloc_defs.h index 8be4ee1decf7..efde5b5b38b6 100644 --- a/lib/libstand/zalloc_defs.h +++ b/lib/libstand/zalloc_defs.h @@ -34,9 +34,7 @@ */ #define USEGUARD /* use stard/end guard bytes */ -#if !defined(__powerpc__) #define USEENDGUARD -#endif #define DMALLOCDEBUG /* add debugging code to gather stats */ #define ZALLOCDEBUG