[llvm-commits] CVS: llvm/include/Config/config.h.in

John Criswell criswell at cs.uiuc.edu
Tue Jun 22 16:36:07 PDT 2004


Changes in directory llvm/include/Config:

config.h.in updated: 1.18 -> 1.19

---
Log message:

Added the llvm/test/Programs/Makefile.test Makefile.
Added a check for isnan() while I was at it.


---
Diffs of the changes:  (+3 -0)

Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.18 llvm/include/Config/config.h.in:1.19
--- llvm/include/Config/config.h.in:1.18	Mon Jun  7 09:26:24 2004
+++ llvm/include/Config/config.h.in	Tue Jun 22 16:35:10 2004
@@ -140,6 +140,9 @@
 /* Define to have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if you have the isnan() function */
+#undef HAVE_ISNAN
+
 /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT
 





More information about the llvm-commits mailing list