Still need to add new tests for multimap, multiset, list, etc. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9719 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
378 B
Text
9 lines
378 B
Text
|
|
// Redefine these macros so argument index for ruby is done properly,
|
|
// ignoring self and we get some more info about the input.
|
|
#define %argfail_fmt(_type,_name,_argn) Ruby_Format_TypeError( "", _type, #_name, _argn, $input )
|
|
|
|
#define %argnullref_fmt(_type,_name,_argn) Ruby_Format_TypeError(%nullref_fmt(), _type, #_name, _argn, $input)
|
|
|
|
|
|
%include <typemaps/swigmacros.swg>
|