Fix last fix!
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7124 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1b00d2e007
commit
a79b16c34f
1 changed files with 3 additions and 4 deletions
|
|
@ -219,9 +219,8 @@ There are no char *OUTPUT typemaps, however you can apply the signed char * type
|
|||
$1 = &temp;
|
||||
}
|
||||
|
||||
%typemap(directorout) TYPE *OUTPUT($*1_ltype temp), TYPE &OUTPUT($*1_ltype temp)
|
||||
{
|
||||
#error "Need to provide OUTPUT directorout typemap
|
||||
%typemap(directorout) TYPE *OUTPUT, TYPE &OUTPUT {
|
||||
#error "Need to provide OUTPUT directorout typemap"
|
||||
}
|
||||
|
||||
%typemap(directorin,descriptor=JNIDESC) TYPE &OUTPUT
|
||||
|
|
@ -361,7 +360,7 @@ There are no char *INOUT typemaps, however you can apply the signed char * typem
|
|||
}
|
||||
|
||||
%typemap(directorout) TYPE *INOUT, TYPE &INOUT {
|
||||
#error "Need to provide INOUT directorout typemap
|
||||
#error "Need to provide INOUT directorout typemap"
|
||||
}
|
||||
|
||||
%typemap(directorin,descriptor=JNIDESC) TYPE &INOUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue