Define DEBUG only if not already defined, avoiding confusions with
opt_global.h
This commit is contained in:
parent
99a6f52d8f
commit
376ba00c94
@ -24,7 +24,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* From Id: lpt.c,v 1.55.2.1 1996/11/12 09:08:38 phk Exp
|
||||
* $Id: if_plip.c,v 1.4 1998/10/07 14:42:24 des Exp $
|
||||
* $Id: if_plip.c,v 1.5 1998/10/24 18:55:53 msmith Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -129,7 +129,9 @@
|
||||
|
||||
#define LPIPTBLSIZE 256 /* Size of octet translation table */
|
||||
|
||||
#ifndef DEBUG
|
||||
#define DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef DEBUG
|
||||
#define lprintf (void)
|
||||
|
Loading…
Reference in New Issue
Block a user