%apply for dimensionless arrays correction

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6850 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-12-08 22:56:13 +00:00
commit ceb598298a

View file

@ -3451,7 +3451,7 @@ One of the ways to wrap this is to apply the Java array typemaps that come in th
<blockquote>
<pre>
%include "arrays_java.i"
%apply int[ANY] {int *};
%apply int[] {int *};
</pre>
</blockquote>