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 | ef299571d981a5607e68baeac7d0936cb5472fdb (patch) | |
tree | 614bcdadb04b1fa779e900464e6593943799b907 /llvm/lib/AsmParser/ParserInternals.h | |
parent | 426752738b176900b0a624e48bd2bbbfae4d0b38 (diff) | |
download | bcm5719-llvm-ef299571d981a5607e68baeac7d0936cb5472fdb.tar.gz bcm5719-llvm-ef299571d981a5607e68baeac7d0936cb5472fdb.zip |
include/llvm/DataTypes.h includes this #define so we don't need it anymore
llvm-svn: 3709
Diffstat (limited to 'llvm/lib/AsmParser/ParserInternals.h')
-rw-r--r-- | llvm/lib/AsmParser/ParserInternals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/AsmParser/ParserInternals.h b/llvm/lib/AsmParser/ParserInternals.h index e3eb3480af9..496e37a5db4 100644 --- a/llvm/lib/AsmParser/ParserInternals.h +++ b/llvm/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" |