Add more needed typedefs

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14014 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-06-04 19:11:04 +00:00
parent 2908ca78b0
commit d1e89d657c
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,8 @@
// built-in data types.
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
typedef int int32_t;
typedef unsigned uint32_t;
#endif
#if !defined(INT64_MAX)

View File

@ -39,6 +39,8 @@
// built-in data types.
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
typedef int int32_t;
typedef unsigned uint32_t;
#endif
#if !defined(INT64_MAX)