diff options
Diffstat (limited to 'sys/arch/hppa/spmath/fpbits.h')
-rw-r--r-- | sys/arch/hppa/spmath/fpbits.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/fpbits.h b/sys/arch/hppa/spmath/fpbits.h index 739035d0671..4c17dbcb7bf 100644 --- a/sys/arch/hppa/spmath/fpbits.h +++ b/sys/arch/hppa/spmath/fpbits.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fpbits.h,v 1.5 2002/05/07 22:19:30 mickey Exp $ */ +/* $OpenBSD: fpbits.h,v 1.6 2002/09/20 19:26:59 mickey Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -53,4 +53,3 @@ #define Bitfield_deposit(value,start,len,object) object = \ ((object) & ~(((unsigned)-1 >> (HOSTWDSZ-(len))) << (HOSTWDSZ-(start)-(len)))) | \ (((value) & ((unsigned)-1 >> (HOSTWDSZ-(len)))) << (HOSTWDSZ-(start)-(len))) - |