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:
William S Fulton 2005-03-30 22:26:31 +00:00
commit a79b16c34f

View file

@ -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