diff options
author | Chris Lattner <sabre@nondot.org> | 2001-10-13 06:31:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-10-13 06:31:55 +0000 |
commit | 432b0a7e3d9dc5aab8e025eba70037a0192e50da (patch) | |
tree | d9de1a37843c318c6f0913938a2a5ee41c5cc1b0 | |
parent | 6fed025318cda68e8786e558fdbd60d6876fcd5d (diff) |
Better linux support. This file still sucks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@750 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Support/DataTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/DataTypes.h b/include/llvm/Support/DataTypes.h index 2f6947963c..0b20d90acd 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 <stdint.h> // Defined by ISO C 99 #include <endian.h> |