comparison src/parse.y @ 3544:71bd2d124119

[project @ 2000-02-02 21:02:31 by jwe]
author jwe
date Wed, 02 Feb 2000 21:02:41 +0000
parents 0ff7323dab8b
children 0689afb1d001
comparison
equal deleted inserted replaced
3543:c5b996022ef7 3544:71bd2d124119
3167 octave_value_list retval; 3167 octave_value_list retval;
3168 3168
3169 octave_function *fcn = is_valid_function (name, "feval", 1); 3169 octave_function *fcn = is_valid_function (name, "feval", 1);
3170 3170
3171 if (fcn) 3171 if (fcn)
3172 retval = fcn->do_index_op (nargout, args); 3172 retval = fcn->do_multi_index_op (nargout, args);
3173 3173
3174 return retval; 3174 return retval;
3175 } 3175 }
3176 3176
3177 octave_value_list 3177 octave_value_list