changeset 4609:a48508d05cce

(C_DEBUG_SWITCH, SYSTEM_MALLOC): Defined.
author Richard M. Stallman <rms@gnu.org>
date Fri, 13 Aug 1993 22:23:19 +0000
parents d16d1e3af7b3
children 6d9a62328a24
files src/m/tek4300.h
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/tek4300.h	Fri Aug 13 22:21:52 1993 +0000
+++ b/src/m/tek4300.h	Fri Aug 13 22:23:19 1993 +0000
@@ -92,3 +92,14 @@
 /* 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