[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/toke.c
Chris Lattner
lattner at cs.uiuc.edu
Mon Apr 5 11:27:01 PDT 2004
Changes in directory llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl:
toke.c updated: 1.1 -> 1.2
---
Log message:
Add #include so that we get the prototype for atof.
---
Diffs of the changes: (+5 -1)
Index: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/toke.c
diff -u llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/toke.c:1.1 llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/toke.c:1.2
--- llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/toke.c:1.1 Tue Feb 17 16:21:16 2004
+++ llvm/test/Programs/MultiSource/Benchmarks/MallocBench/perl/toke.c Mon Apr 5 11:26:44 2004
@@ -1,4 +1,4 @@
-/* $RCSfile: toke.c,v $$Revision: 1.1 $$Date: 2004/02/17 22:21:16 $
+/* $RCSfile: toke.c,v $$Revision: 1.2 $$Date: 2004/04/05 16:26:44 $
*
* Copyright (c) 1989, Larry Wall
*
@@ -6,6 +6,9 @@
* as specified in the README file that comes with the perl 3.0 kit.
*
* $Log: toke.c,v $
+ * Revision 1.2 2004/04/05 16:26:44 lattner
+ * Add #include so that we get the prototype for atof.
+ *
* 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
@@ -29,6 +32,7 @@
#ifdef I_SYS_FILE
#include <sys/file.h>
#endif
+#include <stdlib.h>
/* which backslash sequences to keep in m// or s// */
More information about the llvm-commits
mailing list