From 830de4d2f19335bd2595e48f318029067d3fd8e7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 13 Feb 2010 16:59:41 +0000 Subject: Various ruby-1.9.x compile fixes including patch from Nibble git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11862 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/ruby/rubycontainer_extended.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/ruby/rubycontainer_extended.swg') diff --git a/Lib/ruby/rubycontainer_extended.swg b/Lib/ruby/rubycontainer_extended.swg index 360e399ce..81936b9da 100644 --- a/Lib/ruby/rubycontainer_extended.swg +++ b/Lib/ruby/rubycontainer_extended.swg @@ -76,7 +76,7 @@ catch ( const std::invalid_argument& ) { rb_raise(rb_eTypeError, - "Yield block did not return a valid element for " #Container); + "Yield block did not return a valid element for " "Container"); } return $self; -- cgit v1.2.1