From fb309cb2d65d9fcf1289aa636c1b9860dc190cac Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 30 Oct 2008 00:11:55 +0000 Subject: Revert part of r58048. It was breaking on SnowLeopard claiming that "__STDC_CONSTANT_MACROS" needs to be #defined first. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58411 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/DataTypes.h.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/llvm/Support/DataTypes.h.in') diff --git a/include/llvm/Support/DataTypes.h.in b/include/llvm/Support/DataTypes.h.in index 72063f7d2a..b19593066b 100644 --- a/include/llvm/Support/DataTypes.h.in +++ b/include/llvm/Support/DataTypes.h.in @@ -37,11 +37,6 @@ # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h" #endif -#if !defined(__STDC_CONSTANT_MACROS) -# error "Must #define __STDC_CONSTANT_MACROS before " \ - "#including Support/DataTypes.h" -#endif - // Note that includes , if this is a C99 system. #ifdef HAVE_SYS_TYPES_H #include -- cgit v1.2.3