From 5fefb252532b1bcd8891749c2df16ba2f1ce0809 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 13 Sep 2002 22:25:00 +0000 Subject: 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 --- lib/AsmParser/ParserInternals.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') 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" -- cgit v1.1