dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/libgc os_dep.c,1.3,1.4


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/libgc os_dep.c,1.3,1.4
Date: Thu, 13 Feb 2003 01:01:14 -0500

Update of /cvsroot/dotgnu-pnet/pnet/libgc
In directory subversions:/tmp/cvs-serv16805/libgc

Modified Files:
        os_dep.c 
Log Message:


#define fix for the MACOSX version of libgc.


Index: os_dep.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/libgc/os_dep.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** os_dep.c    6 Feb 2003 01:35:46 -0000       1.3
--- os_dep.c    13 Feb 2003 06:01:12 -0000      1.4
***************
*** 1204,1208 ****
  void GC_register_data_segments()
  {
! #   if !defined(PCR) && !defined(SRC_M3) && !defined(MACOS)
  #     if defined(REDIRECT_MALLOC) && defined(GC_SOLARIS_THREADS)
        /* As of Solaris 2.3, the Solaris threads implementation        */
--- 1204,1208 ----
  void GC_register_data_segments()
  {
! #   if !defined(PCR) && !defined(SRC_M3) && !defined(MACOS) && 
!defined(MACOSX)
  #     if defined(REDIRECT_MALLOC) && defined(GC_SOLARIS_THREADS)
        /* As of Solaris 2.3, the Solaris threads implementation        */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]