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

John Criswell criswell at cs.uiuc.edu
Mon Jul 19 09:12:39 PDT 2004



Changes in directory llvm/include/Support:

DataTypes.h.in updated: 1.5 -> 1.6

---
Log message:

Added support for stdint.h.  It is now automatically included by
DataTypes.h.  So far, it doesn't seem to break Linux, Solaris, or MacOS X.
This should automatically include it for those people who need it.



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

Index: llvm/include/Support/DataTypes.h.in
diff -u llvm/include/Support/DataTypes.h.in:1.5 llvm/include/Support/DataTypes.h.in:1.6
--- llvm/include/Support/DataTypes.h.in:1.5	Fri Jun  4 15:58:34 2004
+++ llvm/include/Support/DataTypes.h.in	Mon Jul 19 11:12:29 2004
@@ -33,6 +33,7 @@
 // Note that <inttypes.h> includes <stdint.h>, if this is a C99 system.
 @INCLUDE_INTTYPES_H@
 @INCLUDE_SYS_TYPES_H@
+ at INCLUDE_STDINT_H@
 #else
 // Visual C++ doesn't provide standard integer headers, but it does provide
 // built-in data types.





More information about the llvm-commits mailing list