[kaffe] CVS kaffe (dalibor): Added missing header to gc.c

Kaffe CVS cvs-commits at kaffe.org
Sun Aug 29 18:03:44 PDT 2004


PatchSet 5122 
Date: 2004/08/30 00:32:32
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Added missing header to gc.c

2004-08-30  Dalibor Topic  <robilad at kaffe.org>

        * kaffe/kaffevm/gc.c: Include jmalloc.h to fix compiler warnings.

2

Members: 
	ChangeLog:1.2678->1.2679 
	kaffe/kaffevm/gc.c:1.7->1.8 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2678 kaffe/ChangeLog:1.2679
--- kaffe/ChangeLog:1.2678	Sun Aug 29 23:43:23 2004
+++ kaffe/ChangeLog	Mon Aug 30 00:32:32 2004
@@ -1,5 +1,9 @@
 2004-08-30  Dalibor Topic  <robilad at kaffe.org>
 
+	* kaffe/kaffevm/gc.c: Include jmalloc.h to fix compiler warnings.
+
+2004-08-30  Dalibor Topic  <robilad at kaffe.org>
+
 	* kaffe/kaffevm/systems/unix-pthreads/thread-impl.c: 
 	(stat_act, stat_susp, stat_block) Only define if debugging is enabled.
 
Index: kaffe/kaffe/kaffevm/gc.c
diff -u kaffe/kaffe/kaffevm/gc.c:1.7 kaffe/kaffe/kaffevm/gc.c:1.8
--- kaffe/kaffe/kaffevm/gc.c:1.7	Sat Jul 17 07:57:13 2004
+++ kaffe/kaffe/kaffevm/gc.c	Mon Aug 30 00:32:36 2004
@@ -12,6 +12,7 @@
 /* Use the incremental garbage collector */
 #include "config-std.h"
 #include "gc.h"
+#include "kaffe/jmalloc.h"
 
 Collector* main_collector;
 




More information about the kaffe mailing list