projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fed025
)
Better linux support. This file still sucks
author
Chris Lattner
<sabre@nondot.org>
Sat, 13 Oct 2001 06:31:55 +0000
(06:31 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/Support/DataTypes.h
b/include/llvm/Support/DataTypes.h
index 2f6947963c944195394df80d855bd073d3a5874f..0b20d90acd726b1094af14ef7f915f21c615ec8c 100644
(file)
--- 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>