move HIST out of DEBUG conditional.
This commit is contained in:
parent
8c6081b0ca
commit
de93a9b578
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue