[llvm-commits] CVS: llvm/autoconf/m4/func_isinf.m4
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Oct 27 21:17:20 PDT 2004
Changes in directory llvm/autoconf/m4:
func_isinf.m4 updated: 1.2 -> 1.3
---
Log message:
It's spelled IEEEFP
---
Diffs of the changes: (+1 -1)
Index: llvm/autoconf/m4/func_isinf.m4
diff -u llvm/autoconf/m4/func_isinf.m4:1.2 llvm/autoconf/m4/func_isinf.m4:1.3
--- llvm/autoconf/m4/func_isinf.m4:1.2 Wed Oct 27 18:03:44 2004
+++ llvm/autoconf/m4/func_isinf.m4 Wed Oct 27 23:17:05 2004
@@ -28,7 +28,7 @@
[finite], [<ieeefp.h>],
[float f; finite(f);])
if test "$ac_cv_func_finite_in_ieefp_h" = "yes" ; then
- AC_DEFINE([HAVE_FINITE_IN_IEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
+ AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
fi
])
More information about the llvm-commits
mailing list