From 9eaa440fab5da2d39b30b00003426a7c6e7f52f1 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 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 -- 2.34.1