sun3 always defines Debugger(), so don't redefine it.

This commit is contained in:
tsutsui 2000-06-06 14:24:05 +00:00
parent e1e9261889
commit 499db14bcb
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ncr5380sbc.c,v 1.37 2000/05/26 21:11:00 ragge Exp $ */
/* $NetBSD: ncr5380sbc.c,v 1.38 2000/06/06 14:24:05 tsutsui Exp $ */
/*
* Copyright (c) 1995 David Jones, Gordon W. Ross
@ -128,8 +128,10 @@ void ncr5380_cmd_timeout __P((void *));
#ifndef DDB
/* This is used only in recoverable places. */
#ifndef Debugger
#define Debugger() printf("Debug: ncr5380.c:%d\n", __LINE__)
#endif
#endif
#ifdef NCR5380_DEBUG