Changed the definition of DEBUG to agree with -DDEBUG to avoid warnings

when DEBUG is an option.
This commit is contained in:
Bruce Evans 1995-12-22 16:08:15 +00:00
parent 35e8beae8c
commit f0a51f0175
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12974
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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