mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Changed the definition of DEBUG to agree with -DDEBUG to avoid warnings
when DEBUG is an option.
This commit is contained in:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue