swarm-support
[Top][All Lists]
Advanced

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

Re: Help: Drop objects


From: Marcus G. Daniels
Subject: Re: Help: Drop objects
Date: 07 Aug 1998 15:26:11 -0700

>>>>> "CL" == Christian Langer <address@hidden> writes:

CL> I isolated my problem with dropping objects in the source code below. 

Try this:

$ cd $SWARMSRCDIR/src/defobj
$ patch < the-file-below
$ cd $SWARMBUILDDIR/src/defobj
$ make install

(then re-link your application)

diff -c -r1.11 Zone.m
*** Zone.m      1998/06/25 05:32:06     1.11
--- Zone.m      1998/08/07 22:17:06
***************
*** 427,432 ****
--- 427,433 ----
        [index prev];
        mapAlloc (mapalloc, member);
      }
+   [index drop];
  
    // map components of the zone itself
  

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

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