patches to remove c++ style comments

Aaron Place beavis at ihug.co.nz
Fri Feb 5 00:51:58 PST 1999


Attached are a few trivial patches to remove some c++ style comments.

Aaron.

-------------- next part --------------
--- kaffe/kaffevm/systems/beos-native/bjthread.c.orig	Fri Feb  5 14:40:19 1999
+++ kaffe/kaffevm/systems/beos-native/bjthread.c	Fri Feb  5 14:40:57 1999
@@ -88,7 +88,7 @@
  * BeOS' interrupt management routines pass a cpu_status between them.
  * Will allocating it statically here work for multiprocessors?
  */
-// static cpu_status my_cpu_status;
+/* static cpu_status my_cpu_status; */
 
 /* this is where the cookies are kept */
 per_thread_info_t*	per_thread_info;
-------------- next part --------------
--- kaffe/kaffevm/debug.c.orig	Fri Feb  5 12:52:44 1999
+++ kaffe/kaffevm/debug.c	Fri Feb  5 12:54:55 1999
@@ -239,8 +239,10 @@
 static void
 debugExitHook(void)
 {
-	// this is a hook for catching exits from GDB.
-	// make this dependent on the selection of this option
+	/*
+	 * this is a hook for catching exits from GDB.
+	 * make this dependent on the selection of this option
+	 */	
 	DBG(BREAKONEXIT, DBGGDBBREAK())
 }
 
-------------- next part --------------
--- config/i386/oskit/md.c.orig	Fri Feb  5 14:38:11 1999
+++ config/i386/oskit/md.c	Fri Feb  5 14:38:39 1999
@@ -54,7 +54,7 @@
 		strcmp(*argv, "-f"))
 			argv++;
 
-	// eradicate them
+	/* eradicate them */
 	while (*argv && **argv) {
 		(*pargc)--;
 		*argv++ = 0;


More information about the kaffe mailing list