Turn off *DIAG by default.

This commit is contained in:
mycroft 1996-06-18 12:55:00 +00:00
parent ca95e90fca
commit 202bd8b9ae
3 changed files with 20 additions and 8 deletions

View File

@ -1,7 +1,11 @@
/* $NetBSD: aha.c,v 1.11 1996/05/12 23:51:23 mycroft Exp $ */
/* $NetBSD: aha.c,v 1.12 1996/06/18 12:55:00 mycroft Exp $ */
#define AHADIAG
#define integrate
#undef AHADIAG
#ifdef DDB
#define integrate
#else
#define integrate static inline
#endif
/*
* Copyright (c) 1994, 1996 Charles M. Hannum. All rights reserved.

View File

@ -1,7 +1,11 @@
/* $NetBSD: bt.c,v 1.10 1996/05/12 23:51:54 mycroft Exp $ */
/* $NetBSD: bt.c,v 1.11 1996/06/18 12:55:02 mycroft Exp $ */
#define BTDIAG
#define integrate
#undef BTDIAG
#ifdef DDB
#define integrate
#else
#define integrate static inline
#endif
/*
* Copyright (c) 1994, 1996 Charles M. Hannum. All rights reserved.

View File

@ -1,7 +1,11 @@
/* $NetBSD: wds.c,v 1.7 1996/05/12 23:54:09 mycroft Exp $ */
/* $NetBSD: wds.c,v 1.8 1996/06/18 12:55:03 mycroft Exp $ */
#define WDSDIAG
#undef WDSDIAG
#ifdef DDB
#define integrate
#else
#define integrate static inline
#endif
/*
* XXX