From c379c45b45a4cfa6bca4036f6c3a13ab61f9220d Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 31 May 1990 13:33:31 +0000 Subject: [PATCH] removed DEBUG #define --- mach/i386/as/mach0.c | 1 - mach/vax4/as/mach0.c | 1 - 2 files changed, 2 deletions(-) diff --git a/mach/i386/as/mach0.c b/mach/i386/as/mach0.c index 4dbb88ac..c84a3d0a 100644 --- a/mach/i386/as/mach0.c +++ b/mach/i386/as/mach0.c @@ -10,7 +10,6 @@ #define THREE_PASS /* branch and offset optimization */ #define LISTING /* enable listing facilities */ #define RELOCATION /* generate relocation info */ -#define DEBUG 1 #undef valu_t #define valu_t long diff --git a/mach/vax4/as/mach0.c b/mach/vax4/as/mach0.c index 09fd4123..89545f8b 100644 --- a/mach/vax4/as/mach0.c +++ b/mach/vax4/as/mach0.c @@ -11,7 +11,6 @@ #define THREE_PASS #define LISTING #define RELOCATION -#define DEBUG 2 /* as long as we are testing ... */ #undef valu_t #define valu_t long