Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Fix very stupid typo



details:   https://anonhg.NetBSD.org/src/rev/fff889100d50
branches:  trunk
changeset: 791547:fff889100d50
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Nov 23 11:40:56 2013 +0000

description:
Fix very stupid typo

diffstat:

 lib/libc/gen/fpclassifyl_ieee754.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e03d8fcd57c6 -r fff889100d50 lib/libc/gen/fpclassifyl_ieee754.c
--- a/lib/libc/gen/fpclassifyl_ieee754.c        Sat Nov 23 08:59:04 2013 +0000
+++ b/lib/libc/gen/fpclassifyl_ieee754.c        Sat Nov 23 11:40:56 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpclassifyl_ieee754.c,v 1.2 2013/11/21 14:14:13 martin Exp $   */
+/*     $NetBSD: fpclassifyl_ieee754.c,v 1.3 2013/11/23 11:40:56 martin Exp $   */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpclassifyl_ieee754.c,v 1.2 2013/11/21 14:14:13 martin Exp $");
+__RCSID("$NetBSD: fpclassifyl_ieee754.c,v 1.3 2013/11/23 11:40:56 martin Exp $");
 #endif
 
 #include <machine/ieee.h>
@@ -63,7 +63,7 @@
                        return FP_SUBNORMAL;
        } else if (u.extu_ext.ext_exp == EXT_EXP_INFNAN) {
                if (u.extu_ext.ext_frach == 0
-#f EXT_FRACHMBITS
+#if EXT_FRACHMBITS
                    && u.extu_ext.ext_frachm == 0
 #endif
 #if EXT_FRACLMBITS



Home | Main Index | Thread Index | Old Index