From 09649d7d2bb30e55627aa8c54e933c77db1d90de Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 22 Dec 1995 16:08:15 +0000 Subject: Changed the definition of DEBUG to agree with -DDEBUG to avoid warnings when DEBUG is an option. --- sys/gnu/i386/isa/dgreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/gnu') diff --git a/sys/gnu/i386/isa/dgreg.h b/sys/gnu/i386/isa/dgreg.h index 8bf90f0..93f327d 100644 --- a/sys/gnu/i386/isa/dgreg.h +++ b/sys/gnu/i386/isa/dgreg.h @@ -1,5 +1,5 @@ /*- - * dgreg.h $Id: dgreg.h,v 1.1 1995/09/03 19:52:55 jkh Exp $ + * dgreg.h $Id: dgreg.h,v 1.2 1995/10/04 21:51:26 jkh Exp $ * * Digiboard driver. * @@ -16,7 +16,7 @@ * babkin@hq.icb.chel.su */ -#define DEBUG +#define DEBUG 1 #define MAX_DGB_PORTS 32 -- cgit v1.1