[llvm-commits] CVS: llvm/include/Support/DataTypes.h.in

Chris Lattner lattner at cs.uiuc.edu
Fri Jun 4 14:15:15 PDT 2004


Changes in directory llvm/include/Support:

DataTypes.h.in updated: 1.2 -> 1.3

---
Log message:

Add more needed typedefs


---
Diffs of the changes:  (+2 -0)

Index: llvm/include/Support/DataTypes.h.in
diff -u llvm/include/Support/DataTypes.h.in:1.2 llvm/include/Support/DataTypes.h.in:1.3
--- llvm/include/Support/DataTypes.h.in:1.2	Fri Jun  4 14:01:49 2004
+++ llvm/include/Support/DataTypes.h.in	Fri Jun  4 14:11:04 2004
@@ -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)





More information about the llvm-commits mailing list