Revert last change.

This commit is contained in:
scottr 1998-07-08 04:16:05 +00:00
parent 638f0aab7c
commit d5b30c1cb1
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_mcvar.h,v 1.4 1998/07/04 22:18:27 jonathan Exp $ */
/* $NetBSD: if_mcvar.h,v 1.5 1998/07/08 04:16:05 scottr Exp $ */
/*-
* Copyright (c) 1997 David Huang <khym@bga.com>
@ -25,6 +25,15 @@
*
*/
/* XXX this file depends on opt_ddb.h */
#ifdef DDB
#define integrate
#define hide
#else
#define integrate static __inline
#define hide static
#endif
#define MC_REGSPACING 16
#define MC_REGSIZE MACE_NREGS * MC_REGSPACING
#define MACE_REG(x) ((x)*MC_REGSPACING)