From d1e89d657cfd731c3c655ae43c1b0bdbc7fc78ec Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 4 Jun 2004 19:11:04 +0000 Subject: Add more needed typedefs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14014 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/DataTypes.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/llvm/Support/DataTypes.h.in') diff --git a/include/llvm/Support/DataTypes.h.in b/include/llvm/Support/DataTypes.h.in index d2269b306f..895aa93509 100644 --- a/include/llvm/Support/DataTypes.h.in +++ b/include/llvm/Support/DataTypes.h.in @@ -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) -- cgit v1.2.3