=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc/include/private/gcconfig.h,v retrieving revision 1.10 retrieving revision 1.12 diff -u -p -r1.10 -r1.12 --- OpenXM_contrib2/asir2000/gc/include/private/gcconfig.h 2003/06/26 08:27:56 1.10 +++ OpenXM_contrib2/asir2000/gc/include/private/gcconfig.h 2003/10/08 00:32:35 1.12 @@ -26,6 +26,9 @@ # define GCCONFIG_H +/* added by noro */ +#define LARGE_CONFIG + # ifndef GC_PRIVATE_H /* Fake ptr_t declaration, just to avoid compilation errors. */ /* This avoids many instances if "ifndef GC_PRIVATE_H" below. */ @@ -957,10 +960,8 @@ # define PROC_VDB # endif # define DYNAMIC_LOADING -# -# added by noro +/* added by noro */ # define USE_MMAP -# # if !defined(USE_MMAP) && defined(REDIRECT_MALLOC) # define USE_MMAP /* Otherwise we now use calloc. Mmap may result in the */