Octave: fix carrays regression caused by operator suffix change.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11050 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b91631c130
commit
0b837574b0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
%define %array_class(TYPE,NAME)
|
||||
%array_class_wrap(TYPE,NAME,__paren,__paren_asgn)
|
||||
%array_class_wrap(TYPE,NAME,__paren__,__paren_asgn__)
|
||||
%enddef
|
||||
|
||||
%include <typemaps/carrays.swg>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue