diff options
author | Marcelo Matus <mmatus@acms.arizona.edu> | 2006-01-03 19:48:06 +0000 |
---|---|---|
committer | Marcelo Matus <mmatus@acms.arizona.edu> | 2006-01-03 19:48:06 +0000 |
commit | d5cb3bbcb93773c2888af0b8b9a5ce9be25b2f31 (patch) | |
tree | 7e56aa6c189945e8fc6ccb60b1b3c92b04c91936 /Examples/perl5/java | |
parent | e598ab002b5525014e573eba9e0f66baa6cee3fe (diff) | |
download | swig-d5cb3bbcb93773c2888af0b8b9a5ce9be25b2f31.tar.gz |
uniform cni examples
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8197 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/perl5/java')
-rw-r--r-- | Examples/perl5/java/example.i | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Examples/perl5/java/example.i b/Examples/perl5/java/example.i index b67201ee5..a82abb267 100644 --- a/Examples/perl5/java/example.i +++ b/Examples/perl5/java/example.i @@ -1,14 +1,6 @@ %module example -%{ -#undef STATIC -%} -%include <gcj/cni.i> -%include <jstring.i> -%{ -#undef TRUE -#define TRUE 1 -%} +%include <cni.i> %{ #include "Example.h" |