From de93a9b578aaa6908491b30bc1495b2598a978e3 Mon Sep 17 00:00:00 2001 From: chopps Date: Fri, 25 Mar 1994 16:32:27 +0000 Subject: [PATCH] move HIST out of DEBUG conditional. --- sys/arch/amiga/dev/csa12gdma.c | 4 ++-- sys/arch/amiga/dev/mlhdma.c | 4 ++-- sys/arch/amiga/dev/supradma.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/arch/amiga/dev/csa12gdma.c b/sys/arch/amiga/dev/csa12gdma.c index 724e1d7109ab..df360cc41e42 100644 --- a/sys/arch/amiga/dev/csa12gdma.c +++ b/sys/arch/amiga/dev/csa12gdma.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)csa12gdma.c - * $Id: csa12gdma.c,v 1.1 1994/02/28 06:06:17 chopps Exp $ + * $Id: csa12gdma.c,v 1.2 1994/03/25 16:32:27 chopps Exp $ */ /* @@ -51,8 +51,8 @@ #define QPRINTF #ifdef DEBUG extern int sci_debug; -#define HIST(h,w) #endif +#define HIST(h,w) extern int sci_data_wait; diff --git a/sys/arch/amiga/dev/mlhdma.c b/sys/arch/amiga/dev/mlhdma.c index 5df2142dae5c..2e0870da5d04 100644 --- a/sys/arch/amiga/dev/mlhdma.c +++ b/sys/arch/amiga/dev/mlhdma.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mlhdma.c - * $Id: mlhdma.c,v 1.1 1994/02/28 06:06:21 chopps Exp $ + * $Id: mlhdma.c,v 1.2 1994/03/25 16:32:29 chopps Exp $ */ /* @@ -51,8 +51,8 @@ #define QPRINTF #ifdef DEBUG extern int sci_debug; -#define HIST(h,w) #endif +#define HIST(h,w) extern int sci_data_wait; diff --git a/sys/arch/amiga/dev/supradma.c b/sys/arch/amiga/dev/supradma.c index 497d367794b3..c727844cceaa 100644 --- a/sys/arch/amiga/dev/supradma.c +++ b/sys/arch/amiga/dev/supradma.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)supradma.c - * $Id: supradma.c,v 1.1 1994/02/28 06:06:31 chopps Exp $ + * $Id: supradma.c,v 1.2 1994/03/25 16:32:30 chopps Exp $ */ /* @@ -52,9 +52,9 @@ int supradma_pseudo = 0; #ifdef DEBUG extern int sci_debug; -#define HIST(h,w) #define QUASEL #endif +#define HIST(h,w) #ifdef QUASEL #define QPRINTF(a) if (sci_debug > 1) printf a