[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/gawk/gawk.h

Chris Lattner lattner at cs.uiuc.edu
Mon Apr 11 17:10:16 PDT 2005



Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/gawk:

gawk.h updated: 1.1 -> 1.2
---
Log message:

improve the bm, though it still doesn't work


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

 gawk.h |   12 ------------
 1 files changed, 12 deletions(-)


Index: llvm-test/MultiSource/Benchmarks/MallocBench/gawk/gawk.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/gawk/gawk.h:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/gawk/gawk.h:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/gawk/gawk.h:1.1	Mon Feb 23 11:05:56 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/gawk/gawk.h	Mon Apr 11 19:10:00 2005
@@ -39,21 +39,9 @@
 /* nasty nasty SunOS-ism */
 #ifdef sparc
 #include <alloca.h>
-#ifdef lint
-extern char *alloca();
-#endif
 #else
 extern char *alloca();
 #endif
-#ifdef SPRINTF_INT
-extern int sprintf();
-#else	/* not USG */
-/* nasty nasty berkelixm */
-#define setjmp	_setjmp
-#define longjmp	_longjmp
-
-extern int sprintf();
-#endif
 /*
  * if you don't have vprintf, but you are BSD, the version defined in
  * vprintf.c should do the trick.  Otherwise, use this and cross your fingers.






More information about the llvm-commits mailing list