summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2007-11-23 00:00:39 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2007-11-23 00:00:39 +0000
commite659f506f1dc50f8baca034044d87198ed67cc13 (patch)
tree34705fb8fe13c82cf7a6bc79bc5e7a00a9194a15
parenta8b523f46d8ddc52fbe6d3d216b1cd6fe42ae067 (diff)
downloadswig-e659f506f1dc50f8baca034044d87198ed67cc13.tar.gz
Fix fragments in Ruby for old typemapsv1.3.33rel-1.3.33
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10166 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Lib/ruby/typemaps.i2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/ruby/typemaps.i b/Lib/ruby/typemaps.i
index c80f9492c..2492e2e03 100644
--- a/Lib/ruby/typemaps.i
+++ b/Lib/ruby/typemaps.i
@@ -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 {