/[classpath]/classpath/native/jni/classpath/jnilink.c
ViewVC logotype

Diff of /classpath/native/jni/classpath/jnilink.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mark, Tue Jan 22 22:27:02 2002 UTC revision 1.3 by rupp, Wed Jul 16 09:42:32 2003 UTC
# Line 36  obligated to do so.  If you do not wish Line 36  obligated to do so.  If you do not wish
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  #include "jnilink.h"  #include <stdlib.h>
40  #include <string.h>  #include <string.h>
41  #include <jcl.h>  #include <jcl.h>
42    
43  #include <malloc.h>  #include "jnilink.h"
44    
45  #define GETCLASS(c) *(jclass*)(c)  #define GETCLASS(c) *(jclass*)(c)
46    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26