Module Name: src
Committed By: christos
Date: Sat Oct 1 21:47:08 UTC 2011
Modified Files:
src/tests/lib/libc/gen: t_fpclassify.c
Log Message:
add a missing E
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_fpclassify.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/gen/t_fpclassify.c
diff -u src/tests/lib/libc/gen/t_fpclassify.c:1.2 src/tests/lib/libc/gen/t_fpclassify.c:1.3
--- src/tests/lib/libc/gen/t_fpclassify.c:1.2 Sat Oct 1 13:46:10 2011
+++ src/tests/lib/libc/gen/t_fpclassify.c Sat Oct 1 17:47:08 2011
@@ -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)