[llvm-commits] CVS: llvm/include/llvm/Support/DataTypes.h.in
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 4 11:10:27 PDT 2004
Changes in directory llvm/include/llvm/Support:
DataTypes.h.in updated: 1.10 -> 1.11
---
Log message:
Fix #include flavor
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Support/DataTypes.h.in
diff -u llvm/include/llvm/Support/DataTypes.h.in:1.10 llvm/include/llvm/Support/DataTypes.h.in:1.11
--- llvm/include/llvm/Support/DataTypes.h.in:1.10 Fri Sep 24 08:28:49 2004
+++ llvm/include/llvm/Support/DataTypes.h.in Mon Oct 4 13:10:16 2004
@@ -21,7 +21,7 @@
#ifndef SUPPORT_DATATYPES_H
#define SUPPORT_DATATYPES_H
-#include <llvm/Config/config.h>
+#include "llvm/Config/config.h"
// Note that this header's correct operation depends on __STDC_LIMIT_MACROS
// being defined. We would define it here, but in order to prevent Bad Things
More information about the llvm-commits
mailing list