Fix fragments in Ruby for old typemaps
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10166 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a8b523f46d
commit
e659f506f1
1 changed files with 0 additions and 2 deletions
|
|
@ -141,8 +141,6 @@ The Ruby output of the function would be a Array containing both
|
|||
output values.
|
||||
*/
|
||||
|
||||
%include "fragments.i"
|
||||
|
||||
%define OUTPUT_TYPEMAP(type, converter, convtype)
|
||||
%typemap(in,numinputs=0) type *OUTPUT($*1_ltype temp), type &OUTPUT($*1_ltype temp) "$1 = &temp;";
|
||||
%typemap(argout, fragment="output_helper") type *OUTPUT, type &OUTPUT {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue