comparison src/pt-assign.h @ 5794:1138ced03f14

[project @ 2006-05-08 20:23:04 by jwe]
author jwe
date Mon, 08 May 2006 20:23:07 +0000
parents 4c8a2e4e0717
children 2a6cb4ed8f1e
comparison
equal deleted inserted replaced
5793:395382df0d8a 5794:1138ced03f14
90 tree_expression *rhs; 90 tree_expression *rhs;
91 91
92 // True if we should not delete the lhs. 92 // True if we should not delete the lhs.
93 bool preserve; 93 bool preserve;
94 94
95 // True if this is an assignment to the built-in variable ans. 95 // True if this is an assignment to the automatic variable ans.
96 bool ans_ass; 96 bool ans_ass;
97 97
98 // The type of the expression. 98 // The type of the expression.
99 octave_value::assign_op etype; 99 octave_value::assign_op etype;
100 100