From 0b837574b00a95beb94bcaa64fb6932880d1aee7 Mon Sep 17 00:00:00 2001 From: Xavier Delacour Date: Sat, 10 Jan 2009 02:17:58 +0000 Subject: [PATCH] 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 --- Lib/octave/carrays.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/octave/carrays.i b/Lib/octave/carrays.i index 454762aa1..014de37ff 100644 --- a/Lib/octave/carrays.i +++ b/Lib/octave/carrays.i @@ -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