[kaffe] CVS kaffe (dalibor): Fixed compiler warning on m68k-netbsd

Kaffe CVS cvs-commits at kaffe.org
Tue Feb 10 09:45:03 PST 2004


PatchSet 4412 
Date: 2004/02/10 17:21:58
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Fixed compiler warning on m68k-netbsd

2004-02-10  Dalibor Topic <robilad at kaffe.org>

        * config/m68k/jit3-m68k.def:
        Removed explicit definition of KAFFE_VMDEBUG.

Members: 
	ChangeLog:1.1995->1.1996 
	config/m68k/jit3-m68k.def:1.5->1.6 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1995 kaffe/ChangeLog:1.1996
--- kaffe/ChangeLog:1.1995	Tue Feb 10 17:16:37 2004
+++ kaffe/ChangeLog	Tue Feb 10 17:21:58 2004
@@ -1,5 +1,10 @@
 2004-02-10  Dalibor Topic <robilad at kaffe.org>
 
+	* config/m68k/jit3-m68k.def:
+	Removed explicit definition of KAFFE_VMDEBUG.
+
+2004-02-10  Dalibor Topic <robilad at kaffe.org>
+
 	* config/m68k/netbsd1/jit-md.h:
 	Added missing includes for m68k_sync_icache.
 
Index: kaffe/config/m68k/jit3-m68k.def
diff -u kaffe/config/m68k/jit3-m68k.def:1.5 kaffe/config/m68k/jit3-m68k.def:1.6
--- kaffe/config/m68k/jit3-m68k.def:1.5	Sun May 11 16:52:43 2003
+++ kaffe/config/m68k/jit3-m68k.def	Tue Feb 10 17:22:00 2004
@@ -4,11 +4,12 @@
  * Copyright (c) 1996, 1997
  *	Transvirtual Technologies, Inc.  All rights reserved.
  *
+ * Copyright (c) 2004
+ *      Kaffe.org contributors, see ChangeLogs for details.  All rights reserved.
+ *
  * See the file "license.terms" for information on usage and redistribution 
  * of this file. 
  */
-
-#define	KAFFE_VMDEBUG
 
 #include <assert.h>
 #include <string.h>




More information about the kaffe mailing list