From: Chris Lattner Date: Fri, 13 Sep 2002 15:37:58 +0000 (+0000) Subject: Add better linux support by using the right macro. This still should be X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ff7f701a95cc88bd107de6b9082e398106482111;p=oota-llvm.git Add better linux support by using the right macro. This still should be autoconfiscated, but for now this is sufficient. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3701 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/Support/DataTypes.h b/include/Support/DataTypes.h index b46135197ff..b1b88790ac6 100644 --- a/include/Support/DataTypes.h +++ b/include/Support/DataTypes.h @@ -21,7 +21,7 @@ #include -#ifdef LINUX +#ifdef __linux__ #define __STDC_LIMIT_MACROS 1 #include // Defined by ISO C 99 #include