swarm-support
[Top][All Lists]
Advanced

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

Re: any clue?


From: Marcus G. Daniels
Subject: Re: any clue?
Date: 05 Oct 1999 12:06:25 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "MN" == Murali Nandula <address@hidden> writes:

MN> I guess the probelm might be due my compiler. 
MN> I am using sun jdk 2.0

Thank you!  An updated source distribution with the fix below 
is available at:

  ftp://ftp.santafe.edu/pub/swarm/testing/swarm-1999-10-05.tar.gz

Index: FArguments.m
===================================================================
RCS file: /cvs/hive/Swarm/swarm/src/defobj/FArguments.m,v
retrieving revision 1.52
diff -c -r1.52 FArguments.m
*** FArguments.m        1999/09/16 18:42:34     1.52
--- FArguments.m        1999/10/05 18:57:45
***************
*** 471,477 ****
        fcall_type_t type = argTypes[offset];
  
        if (type == fcall_type_jstring)
!         (*jniEnv)->DeleteLocalRef (jniEnv, argValues[offset]);
      }
  #endif
    [super drop];
--- 471,477 ----
        fcall_type_t type = argTypes[offset];
  
        if (type == fcall_type_jstring)
!         (*jniEnv)->DeleteLocalRef (jniEnv, *(jstring *) argValues[offset]);
      }
  #endif
    [super drop];

                  ==================================
   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]