[BACK]Return to gc_zeropage.diff CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

File: [local] / OpenXM_contrib2 / asir2000 / Attic / gc_zeropage.diff (download)

Revision 1.1, Wed Mar 19 00:52:27 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, KNOPPIX_2006, DEB_REL_1_2_3-9

Add the --enable-gc-zeropage option to configure for Linux Zaurus SL-A300.

## $OpenXM: OpenXM_contrib2/asir2000/gc_zeropage.diff,v 1.1 2003/03/19 00:52:27 ohara Exp $
--- misc.c.orig	Wed Jul 24 17:00:10 2002
+++ misc.c	Wed Mar 19 00:27:39 2003
@@ -77,7 +77,7 @@
 #undef STACKBASE
 #endif
 
-GC_FAR struct _GC_arrays GC_arrays /* = { 0 } */;
+GC_FAR struct _GC_arrays GC_arrays = { 0 };
 
 
 GC_bool GC_debugging_started = FALSE;