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:
Xavier Delacour 2009-01-10 02:17:58 +00:00
commit 0b837574b0

View file

@ -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>