Add more needed typedefs
authorChris Lattner <sabre@nondot.org>
Fri, 4 Jun 2004 19:11:04 +0000 (19:11 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 4 Jun 2004 19:11:04 +0000 (19:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14014 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/DataTypes.h.in
include/llvm/Support/DataTypes.h.in

index d2269b306fbfb1d72f1038fdc04eaf17d413a232..895aa93509c556ac87a760fa65805bcf7f9909bd 100644 (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)
index d2269b306fbfb1d72f1038fdc04eaf17d413a232..895aa93509c556ac87a760fa65805bcf7f9909bd 100644 (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)