diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-13 22:24:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-13 22:24:57 +0000 |
commit | fa3068813b44e9d03d88fb2bda6ec09dbbf4d0ef (patch) | |
tree | a75df0fa5ebc35e8d4b9ee8f4421b261b2a9a77c | |
parent | b77640134e64da9776b7d25bd3c2b7085385d4e1 (diff) |
include/llvm/DataTypes.h includes this #define so we don't need it anymore
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3708 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/VMCore/Constants.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index fe6af758bd..5d7c35f232 100644 --- a/lib/VMCore/Constants.cpp +++ b/lib/VMCore/Constants.cpp @@ -4,7 +4,6 @@ // //===----------------------------------------------------------------------===// -#define __STDC_LIMIT_MACROS // Get defs for INT64_MAX and friends... #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/iMemory.h" |