[llvm-commits] CVS: llvm/include/llvm/Support/DataTypes.h.in

Reid Spencer reid at x10sys.com
Thu Dec 16 10:47:27 PST 2004



Changes in directory llvm/include/llvm/Support:

DataTypes.h.in updated: 1.17 -> 1.18
---
Log message:

Get rid of inclusion of config.h because this file is autoconf'd.


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

Index: llvm/include/llvm/Support/DataTypes.h.in
diff -u llvm/include/llvm/Support/DataTypes.h.in:1.17 llvm/include/llvm/Support/DataTypes.h.in:1.18
--- llvm/include/llvm/Support/DataTypes.h.in:1.17	Wed Dec  8 23:51:11 2004
+++ llvm/include/llvm/Support/DataTypes.h.in	Thu Dec 16 12:47:17 2004
@@ -21,11 +21,11 @@
 #ifndef SUPPORT_DATATYPES_H
 #define SUPPORT_DATATYPES_H
 
-#include "llvm/Config/config.h"
-
 #undef HAVE_SYS_TYPES_H
 #undef HAVE_INTTYPES_H
 #undef HAVE_STDINT_H
+#undef HAVE_UINT64_T
+#undef HAVE_U_INT64_T
 
 #ifndef _MSC_VER
 






More information about the llvm-commits mailing list