reenable missing INPUT/OUTPUT, and add tests for std::string
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8637 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
81bf4de348
commit
829cd3a908
7 changed files with 38 additions and 11 deletions
|
|
@ -40,10 +40,6 @@
|
|||
#undef SWIG_DIRECTOR_TYPEMAPS
|
||||
#endif
|
||||
|
||||
#ifndef SWIG_INOUT_NODEF
|
||||
#define SWIG_INOUT_NODEF
|
||||
#endif
|
||||
|
||||
|
||||
/* Perl types */
|
||||
#define SWIG_Object SV *
|
||||
|
|
|
|||
|
|
@ -31,9 +31,6 @@
|
|||
#define SWIG_DIRECTOR_TYPEMAPS
|
||||
#endif
|
||||
|
||||
#ifndef SWIG_INOUT_NODEF
|
||||
#define SWIG_INOUT_NODEF
|
||||
#endif
|
||||
|
||||
/* Ruby types */
|
||||
#define SWIG_Object VALUE
|
||||
|
|
|
|||
|
|
@ -37,9 +37,6 @@
|
|||
#undef SWIG_DIRECTOR_TYPEMAPS
|
||||
#endif
|
||||
|
||||
#ifndef SWIG_INOUT_NODEF
|
||||
#define SWIG_INOUT_NODEF
|
||||
#endif
|
||||
|
||||
/* Tcl types */
|
||||
#define SWIG_Object Tcl_Obj *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue