diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-10-11 00:56:36 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-10-11 00:56:36 +0000 |
commit | 5d9e39d1ebef383374b0269ed7ff332f4a766e9b (patch) | |
tree | 5bf262e2e60fe22166332179092082fde0283c28 /sys/arch/sh/include/ieeefp.h | |
parent | 741aac9aa6df333c4f5d87098533a58859142964 (diff) |
tsk, tsk
Diffstat (limited to 'sys/arch/sh/include/ieeefp.h')
-rw-r--r-- | sys/arch/sh/include/ieeefp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/include/ieeefp.h b/sys/arch/sh/include/ieeefp.h index 868db36647e..d114d337036 100644 --- a/sys/arch/sh/include/ieeefp.h +++ b/sys/arch/sh/include/ieeefp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieeefp.h,v 1.2 2006/10/10 22:02:11 miod Exp $ */ +/* $OpenBSD: ieeefp.h,v 1.3 2006/10/11 00:56:35 drahn Exp $ */ /* $NetBSD: ieeefp.h,v 1.3 2002/04/28 17:10:34 uch Exp $ */ /* @@ -19,7 +19,7 @@ typedef int fp_except; typedef enum { FP_RN=0, /* round to nearest representable number */ - FP_RZ=1 /* round to zero (truncate) */ + FP_RZ=1, /* round to zero (truncate) */ /* the following two are not implemented on SH4{,A} */ FP_RP=2, /* round toward positive infinity */ FP_RM=3 /* round toward negative infinity */ |