Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/sh3/softfloat Fix typos in an (unused) functio...



details:   https://anonhg.NetBSD.org/src/rev/e7bd736c1b54
branches:  trunk
changeset: 509075:e7bd736c1b54
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Apr 26 01:00:30 2001 +0000

description:
Fix typos in an (unused) function return type.

diffstat:

 lib/libc/arch/sh3/softfloat/softfloat.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6559663036c4 -r e7bd736c1b54 lib/libc/arch/sh3/softfloat/softfloat.h
--- a/lib/libc/arch/sh3/softfloat/softfloat.h   Wed Apr 25 23:46:12 2001 +0000
+++ b/lib/libc/arch/sh3/softfloat/softfloat.h   Thu Apr 26 01:00:30 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: softfloat.h,v 1.4 2001/02/08 13:22:15 bjh21 Exp $      */
+/*     $NetBSD: softfloat.h,v 1.5 2001/04/26 01:00:30 simonb Exp $     */
 
 /*
 ===============================================================================
@@ -171,7 +171,7 @@
 flag float32_le_quiet( float32, float32 );
 flag float32_lt_quiet( float32, float32 );
 #ifndef SOFTFLOAT_FOR_GCC
-flags float32_is_signaling_nan( float32 );
+flag float32_is_signaling_nan( float32 );
 #endif
 
 /*
@@ -212,7 +212,7 @@
 flag float64_le_quiet( float64, float64 );
 flag float64_lt_quiet( float64, float64 );
 #ifndef SOFTFLOAT_FOR_GCC
-flags float64_is_signaling_nan( float64 );
+flag float64_is_signaling_nan( float64 );
 #endif
 
 #ifdef FLOATX80



Home | Main Index | Thread Index | Old Index