diff 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
line wrap: on
line diff
--- a/src/parse.y	Wed Feb 02 20:13:49 2000 +0000
+++ b/src/parse.y	Wed Feb 02 21:02:41 2000 +0000
@@ -3169,7 +3169,7 @@
   octave_function *fcn = is_valid_function (name, "feval", 1);
 
   if (fcn)
-    retval = fcn->do_index_op (nargout, args);
+    retval = fcn->do_multi_index_op (nargout, args);
 
   return retval;
 }