diff options
| author | Nicolas Souchu <nsouch@FreeBSD.org> | 1998-11-07 14:35:41 +0000 |
|---|---|---|
| committer | Nicolas Souchu <nsouch@FreeBSD.org> | 1998-11-07 14:35:41 +0000 |
| commit | 376ba00c94e5796075db5242f060209b7bc19369 (patch) | |
| tree | fb728aca09c90d105683d824a5298c9f0aeee48a /sys/dev/ppbus | |
| parent | 99a6f52d8f4a2b583bdf3f406585f5d9d5b228eb (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus')
| -rw-r--r-- | sys/dev/ppbus/if_plip.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ppbus/if_plip.c b/sys/dev/ppbus/if_plip.c index 771acd5445a0..bde20a4924fc 100644 --- a/sys/dev/ppbus/if_plip.c +++ b/sys/dev/ppbus/if_plip.c @@ -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) |
