[llvm-commits] CVS: llvm/test/Libraries/libinstr/tracelib.c

Joel Stanley jstanley at cs.uiuc.edu
Mon Jun 23 21:47:01 PDT 2003


Changes in directory llvm/test/Libraries/libinstr:

tracelib.c updated: 1.3 -> 1.4

---
Log message:

Prevented inclusion of (non-existent) stdint.h on Sparc.


---
Diffs of the changes:

Index: llvm/test/Libraries/libinstr/tracelib.c
diff -u llvm/test/Libraries/libinstr/tracelib.c:1.3 llvm/test/Libraries/libinstr/tracelib.c:1.4
--- llvm/test/Libraries/libinstr/tracelib.c:1.3	Tue May 27 16:43:14 2003
+++ llvm/test/Libraries/libinstr/tracelib.c	Mon Jun 23 21:46:47 2003
@@ -10,7 +10,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#ifndef sun
 #include <stdint.h>
+#endif
 
 /*===---------------------------------------------------------------------=====
  * HASH FUNCTIONS





More information about the llvm-commits mailing list