comparison src/pt-exp-base.cc @ 1155:22741d6ed818

[project @ 1995-02-27 04:26:21 by jwe]
author jwe
date Mon, 27 Feb 1995 04:28:56 +0000
parents 51fd9e40a7f7
children 0326a802cd5c
comparison
equal deleted inserted replaced
1154:cdfbe8141ef6 1155:22741d6ed818
2104 int i = 0; 2104 int i = 0;
2105 int pad_after = 0; 2105 int pad_after = 0;
2106 int last_was_scalar_type = 0; 2106 int last_was_scalar_type = 0;
2107 for (Pix p = lhs->first (); p != 0; lhs->next (p)) 2107 for (Pix p = lhs->first (); p != 0; lhs->next (p))
2108 { 2108 {
2109 tree_index_expression *lhs_expr = (*lhs) (p); 2109 tree_index_expression *lhs_expr = lhs->operator () (p);
2110 2110
2111 if (i < nargout) 2111 if (i < nargout)
2112 { 2112 {
2113 // XXX FIXME? XXX -- this is apparently the way Matlab works, but 2113 // XXX FIXME? XXX -- this is apparently the way Matlab works, but
2114 // maybe we should have the option of skipping the assignment instead. 2114 // maybe we should have the option of skipping the assignment instead.