diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-13 22:25:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-13 22:25:00 +0000 |
commit | 5fefb252532b1bcd8891749c2df16ba2f1ce0809 (patch) | |
tree | c5574b91c7fbcb66a8877b464b774af00bf6936c /lib | |
parent | fa3068813b44e9d03d88fb2bda6ec09dbbf4d0ef (diff) | |
download | external_llvm-5fefb252532b1bcd8891749c2df16ba2f1ce0809.zip external_llvm-5fefb252532b1bcd8891749c2df16ba2f1ce0809.tar.gz external_llvm-5fefb252532b1bcd8891749c2df16ba2f1ce0809.tar.bz2 |
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@3709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/AsmParser/ParserInternals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/AsmParser/ParserInternals.h b/lib/AsmParser/ParserInternals.h index e3eb348..496e37a 100644 --- a/lib/AsmParser/ParserInternals.h +++ b/lib/AsmParser/ParserInternals.h @@ -8,8 +8,6 @@ #ifndef PARSER_INTERNALS_H #define PARSER_INTERNALS_H -#define __STDC_LIMIT_MACROS -#include "llvm/BasicBlock.h" #include "llvm/Constants.h" #include "llvm/iOther.h" #include "llvm/Function.h" |