mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 05:00:26 +00:00
Implement DataTypes.h in terms of inttypes.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2729 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0c51266082
commit
b3eac89323
@ -19,6 +19,8 @@
|
||||
#ifndef LLVM_SUPPORT_DATATYPES_H
|
||||
#define LLVM_SUPPORT_DATATYPES_H
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#ifdef LINUX
|
||||
#define __STDC_LIMIT_MACROS 1
|
||||
#include <stdint.h> // Defined by ISO C 99
|
||||
|
Loading…
Reference in New Issue
Block a user