[llvm-commits] CVS: llvm/include/Config/config.h.in
John Criswell
criswell at cs.uiuc.edu
Tue Jul 29 14:13:07 PDT 2003
Changes in directory llvm/include/Config:
config.h.in updated: 1.2 -> 1.3
---
Log message:
Enable JIT when the platform supports it.
Select /localhome/$USER when it exists.
Fix the checks for bidirectional and forward iterators so that they work with
version of GCC prior to 3.x.
---
Diffs of the changes:
Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.2 llvm/include/Config/config.h.in:1.3
--- llvm/include/Config/config.h.in:1.2 Mon Jun 30 16:58:17 2003
+++ llvm/include/Config/config.h.in Tue Jul 29 14:11:54 2003
@@ -185,6 +185,8 @@
/* Indicates whether we have STL iterators */
#undef HAVE_STD_ITERATOR
+#undef HAVE_BI_ITERATOR
+#undef HAVE_FWD_ITERATOR
/* Indicates which slist we should use */
#undef HAVE_EXT_SLIST
More information about the llvm-commits
mailing list