Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/gen add a missing E



details:   https://anonhg.NetBSD.org/src/rev/f99a5bf80dba
branches:  trunk
changeset: 770044:f99a5bf80dba
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 01 21:47:08 2011 +0000

description:
add a missing E

diffstat:

 tests/lib/libc/gen/t_fpclassify.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ac4a0ab778d0 -r f99a5bf80dba tests/lib/libc/gen/t_fpclassify.c
--- a/tests/lib/libc/gen/t_fpclassify.c Sat Oct 01 19:25:24 2011 +0000
+++ b/tests/lib/libc/gen/t_fpclassify.c Sat Oct 01 21:47:08 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_fpclassify.c,v 1.2 2011/10/01 17:46:10 christos Exp $ */
+/* $NetBSD: t_fpclassify.c,v 1.3 2011/10/01 21:47:08 christos Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#ifndef _FLOAT_IEE754
+#ifndef _FLOAT_IEEE754
 
 ATF_TC(no_test);
 ATF_TC_HEAD(no_test, tc)



Home | Main Index | Thread Index | Old Index