Somehow the java dir was gone from the repository. Adding it again.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@280 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Harco de Hilster 2000-02-28 10:59:23 +00:00
commit 9cb07a2409
2 changed files with 136 additions and 0 deletions

9
Lib/java/java.swg Normal file
View file

@ -0,0 +1,9 @@
#include <jni.h>
#include <stdlib.h>
#ifdef __cplusplus
#define JCALL(func, jenv) jenv->func(
#else
#define JCALL(func, jenv) (*jenv)->func(jenv,
#endif