diff options
Diffstat (limited to 'sys/arch/hppa/spmath/dfadd.c')
-rw-r--r-- | sys/arch/hppa/spmath/dfadd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/dfadd.c b/sys/arch/hppa/spmath/dfadd.c index 6b175e1f0be..a5d75c88ec4 100644 --- a/sys/arch/hppa/spmath/dfadd.c +++ b/sys/arch/hppa/spmath/dfadd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dfadd.c,v 1.5 2002/05/07 22:19:30 mickey Exp $ */ +/* $OpenBSD: dfadd.c,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" @@ -499,4 +499,4 @@ dbl_fadd(leftptr, rightptr, dstptr, status) Set_inexactflag(); } return(NOEXCEPTION); - } +} |