[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/str.h util.h

Misha Brukman brukman at cs.uiuc.edu
Wed Jul 21 07:10:01 PDT 2004



Changes in directory llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl:

str.h updated: 1.1 -> 1.2
util.h updated: 1.1 -> 1.2

---
Log message:

Add missing function declarations.


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

Index: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/str.h
diff -u llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/str.h:1.1 llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/str.h:1.2
--- llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/str.h:1.1	Tue Feb 17 16:21:16 2004
+++ llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/str.h	Wed Jul 21 09:09:51 2004
@@ -1,4 +1,4 @@
-/* $RCSfile: str.h,v $$Revision: 1.1 $$Date: 2004/02/17 22:21:16 $
+/* $RCSfile: str.h,v $$Revision: 1.2 $$Date: 2004/07/21 14:09:51 $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: str.h,v $
+ * Revision 1.2  2004/07/21 14:09:51  brukman
+ * Add missing function declarations.
+ *
  * Revision 1.1  2004/02/17 22:21:16  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was
@@ -120,6 +123,7 @@
 	stabset((x)->str_magic,(x))
 #endif
 
+str_sset(STR *dstr, register STR *sstr);
 #define STR_SSET(dst,src) if (dst != src) str_sset(dst,src)
 
 EXT STR **tmps_list;


Index: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/util.h
diff -u llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/util.h:1.1 llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/util.h:1.2
--- llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/util.h:1.1	Tue Feb 17 16:21:17 2004
+++ llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/util.h	Wed Jul 21 09:09:51 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/util.h,v 1.1 2004/02/17 22:21:17 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/util.h,v 1.2 2004/07/21 14:09:51 brukman Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: util.h,v $
+ * Revision 1.2  2004/07/21 14:09:51  brukman
+ * Add missing function declarations.
+ *
  * Revision 1.1  2004/02/17 22:21:17  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was
@@ -45,3 +48,5 @@
 #endif
 unsigned long scanoct();
 unsigned long scanhex();
+void fatal(char*,long,long,long,long);
+void fatal(va_list);





More information about the llvm-commits mailing list