CVSROOT: /cvsroot/dotgnu-pnet
Module name: pnet
Changes by: Klaus Treichel <ktreichel> 08/08/18 18:48:08
Modified files:
. : ChangeLog
support : hb_gc.c
Log message:
Fix build on MinGW.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnet/ChangeLog?cvsroot=dotgnu-pnet&r1=1.3561&r2=1.3562
http://cvs.savannah.gnu.org/viewcvs/pnet/support/hb_gc.c?cvsroot=dotgnu-pnet&r1=1.31&r2=1.32
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.3561
retrieving revision 1.3562
diff -u -b -r1.3561 -r1.3562
--- ChangeLog 18 Aug 2008 10:34:54 -0000 1.3561
+++ ChangeLog 18 Aug 2008 18:48:08 -0000 1.3562
@@ -5,6 +5,9 @@
being compiled multiple times if called from different threads at the
same time (race).
+ * support/hb_gc.c: Change the type of GC_bytes_found from signed_word to
+ GC_signed_word.
+
2008-08-17 Klaus Treichel <[EMAIL PROTECTED]>
* engine/engine.c (ILExecEngineDestroy): Clear some of the thread's
stack
Index: support/hb_gc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/hb_gc.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- support/hb_gc.c 17 Aug 2008 16:45:39 -0000 1.31
+++ support/hb_gc.c 18 Aug 2008 18:48:08 -0000 1.32
@@ -108,7 +108,7 @@
* This is a internal global variable with the number of reclaimed bytes
* after a garbage collection.
*/
-extern signed_word GC_bytes_found;
+extern GC_signed_word GC_bytes_found;
/*
* Main entry point for the finalizer thread.
_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits