aboutsummaryrefslogtreecommitdiff
path: root/source/writeCase_a_f64.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/writeCase_a_f64.c')
-rw-r--r--source/writeCase_a_f64.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/source/writeCase_a_f64.c b/source/writeCase_a_f64.c
index 41e5852..24a4df7 100644
--- a/source/writeCase_a_f64.c
+++ b/source/writeCase_a_f64.c
@@ -1,12 +1,12 @@
/*============================================================================
-This C source file is part of TestFloat, Release 3b, a package of programs for
+This C source file is part of TestFloat, Release 3c, a package of programs for
testing the correctness of floating-point arithmetic complying with the IEEE
Standard for Floating-Point, by John R. Hauser.
-Copyright 2011, 2012, 2013, 2014 The Regents of the University of California.
-All rights reserved.
+Copyright 2011, 2012, 2013, 2014, 2017 The Regents of the University of
+California. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -41,6 +41,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "writeHex.h"
#include "writeCase.h"
+#ifdef FLOAT64
+
void writeCase_a_f64( float64_t a, const char *sepStringPtr )
{
@@ -49,3 +51,5 @@ void writeCase_a_f64( float64_t a, const char *sepStringPtr )
}
+#endif
+