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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Oct 27 22:06:55 PDT 2004



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.33 -> 1.34
---
Log message:

Regenerated after fixing typo.


---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.33 llvm/include/llvm/Config/config.h.in:1.34
--- llvm/include/llvm/Config/config.h.in:1.33	Wed Oct 27 18:09:31 2004
+++ llvm/include/llvm/Config/config.h.in	Thu Oct 28 00:06:45 2004
@@ -40,7 +40,7 @@
 #undef HAVE_FCNTL_H
 
 /* Set to 1 if the finite function is found in <ieeefp.h> */
-#undef HAVE_FINITE_IN_IEEFP_H
+#undef HAVE_FINITE_IN_IEEEFP_H
 
 /* Does not have forward iterator */
 #undef HAVE_FWD_ITERATOR






More information about the llvm-commits mailing list