From: Richard M. Stallman Date: Fri, 13 Aug 1993 22:23:19 +0000 (+0000) Subject: (C_DEBUG_SWITCH, SYSTEM_MALLOC): Defined. X-Git-Tag: emacs-19.34~11242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bdb8d0854a3dec92bd696f3246d094490894ee3f;p=emacs.git (C_DEBUG_SWITCH, SYSTEM_MALLOC): Defined. --- diff --git a/src/m/tek4300.h b/src/m/tek4300.h index 59acacb8f54..3fe5b6c9c5c 100644 --- a/src/m/tek4300.h +++ b/src/m/tek4300.h @@ -92,3 +92,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* The entry-point label (start of text segment) is `start', not `__start'. */ #define DEFAULT_ENTRY_ADDRESS start + +/* Use the system's malloc calls, gmalloc.c won't work for us. */ + +#define SYSTEM_MALLOC + +/* In building xmakefile, "cc -E -g" forcibly reads from stdin. Since we + can't remove the CFLAGS from that "cc -E" invocation, make sure we + never pass -g. If you want to debug, remove the following, and fix + src/Makefile.in so it doesn't pass ${CFLAGS} when creating xmakefile. */ + +#define C_DEBUG_SWITCH