diff options
Diffstat (limited to 'sys/arch/hppa/spmath/quad_float.h')
-rw-r--r-- | sys/arch/hppa/spmath/quad_float.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/hppa/spmath/quad_float.h b/sys/arch/hppa/spmath/quad_float.h index 8af2b9eea29..14a9a2120d5 100644 --- a/sys/arch/hppa/spmath/quad_float.h +++ b/sys/arch/hppa/spmath/quad_float.h @@ -1,3 +1,5 @@ +/* $OpenBSD: quad_float.h,v 1.3 1998/07/02 19:05:49 mickey Exp $ */ + /* * Copyright 1996 1995 by Open Software Foundation, Inc. * All Rights Reserved @@ -96,3 +98,5 @@ Qallp4(leftp4) = Qallp4(leftp4) XOR Qallp4(rightp4) \ Qallp4(rightp4) = Qallp4(leftp4) XOR Qallp4(rightp4) \ Qallp4(leftp4) = Qallp4(leftp4) XOR Qallp4(rightp4) + +int quad_frnd __P((quad_floating_point *, void *, quad_floating_point *, unsigned int *)); |