projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c371984
)
Get rid of inclusion of config.h because this file is autoconf'd.
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 16 Dec 2004 18:47:17 +0000
(18:47 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Thu, 16 Dec 2004 18:47:17 +0000
(18:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18992
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/DataTypes.h.in
patch
|
blob
|
history
diff --git
a/include/llvm/Support/DataTypes.h.in
b/include/llvm/Support/DataTypes.h.in
index 4290ae6095853f656a39e0fd53fcfe414d6ebed4..a19ce2903735d07a57000b227f5142598213451e 100644
(file)
--- a/
include/llvm/Support/DataTypes.h.in
+++ b/
include/llvm/Support/DataTypes.h.in
@@
-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