From: Richard M. Stallman Date: Mon, 19 Jul 1993 21:16:07 +0000 (+0000) Subject: (SYSTEM_MALLOC): Add #undef. X-Git-Tag: emacs-19.34~11686 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=562378c0c0d659bd2294ade9b4071349c3becea1;p=emacs.git (SYSTEM_MALLOC): Add #undef. (GNU_MALLOC, REL_ALLOC): Defined. --- diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 1fcd6e24b67..f4305b356e5 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h @@ -22,3 +22,7 @@ #define LINKER cc #undef LD_SWITCH_SYSTEM + +#undef SYSTEM_MALLOC +#define GNU_MALLOC +#define REL_ALLOC