diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-24 22:47:35 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-24 22:47:35 +0000 |
commit | abc1eb5321ca3ada3ea7072c748ab71202372671 (patch) | |
tree | 703c268a069d87c1804bb834f93a2bbb520548b3 /sys/arch | |
parent | 8ddc7e6006d761db736aada6c3b6c8c7552d2d48 (diff) |
Get rid of a shupid define.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme88k/include/reg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/include/reg.h b/sys/arch/mvme88k/include/reg.h index 160fb875b71..a627ba4a5b6 100644 --- a/sys/arch/mvme88k/include/reg.h +++ b/sys/arch/mvme88k/include/reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reg.h,v 1.7 2001/02/01 03:38:18 smurph Exp $ */ +/* $OpenBSD: reg.h,v 1.8 2001/08/24 22:47:34 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -33,8 +33,6 @@ #ifndef _M88K_REG_H_ #define _M88K_REG_H_ -#define r_ - /* This must always be an even number of words long */ struct reg { unsigned r[32]; /* 0 - 31 */ |