Better linux support. This file still sucks
authorChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 06:31:55 +0000 (06:31 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 06:31:55 +0000 (06:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@750 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/DataTypes.h

index 2f6947963c944195394df80d855bd073d3a5874f..0b20d90acd726b1094af14ef7f915f21c615ec8c 100644 (file)
@@ -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>