fix last commit for all langs
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8551 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a74b00edc8
commit
d7750bf12f
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
|||
%{
|
||||
#define TYPEMAP_VARIABLES_FAIL goto fail;
|
||||
%}
|
||||
#else
|
||||
%{
|
||||
#define TYPEMAP_VARIABLES_FAIL goto fail;
|
||||
%}
|
||||
#endif
|
||||
|
||||
// Scripting languages use varin/varout for variables (except non-static member variables where in/out are used ???)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue