From: ceriel Date: Thu, 31 May 1990 13:33:31 +0000 (+0000) Subject: removed DEBUG #define X-Git-Tag: release-5-5~1699 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9eaa440fab5da2d39b30b00003426a7c6e7f52f1;p=ack.git removed DEBUG #define --- diff --git a/mach/i386/as/mach0.c b/mach/i386/as/mach0.c index 4dbb88ac5..c84a3d0ae 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 09fd4123c..89545f8b3 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