From: Chris Lattner Date: Sat, 13 Oct 2001 06:31:55 +0000 (+0000) Subject: Better linux support. This file still sucks X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=432b0a7e3d9dc5aab8e025eba70037a0192e50da;p=oota-llvm.git Better linux support. This file still sucks git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@750 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/DataTypes.h b/include/llvm/Support/DataTypes.h index 2f6947963c9..0b20d90acd7 100644 --- a/include/llvm/Support/DataTypes.h +++ b/include/llvm/Support/DataTypes.h @@ -20,6 +20,7 @@ #define LLVM_SUPPORT_DATATYPES_H #ifdef LINUX +#define __STDC_LIMIT_MACROS 1 #include // Defined by ISO C 99 #include