Mercurial > hg > octave-nkf
comparison src/tree.h.old @ 413:32e8edd62246
[project @ 1994-05-06 05:49:56 by jwe]
author | jwe |
---|---|
date | Fri, 06 May 1994 05:49:56 +0000 |
parents | ee3da0884aaa |
children | a1b3aae0fbc3 |
comparison
equal
deleted
inserted
replaced
412:116ab89ce023 | 413:32e8edd62246 |
---|---|
732 tree_constant eval (int print); | 732 tree_constant eval (int print); |
733 | 733 |
734 void eval_error (void); | 734 void eval_error (void); |
735 | 735 |
736 private: | 736 private: |
737 tree_constant do_for_loop_once (tree_constant *rhs, int& quit); | |
738 | |
737 tree_index_expression *id; // Identifier to modify. | 739 tree_index_expression *id; // Identifier to modify. |
738 tree *expr; // Expression to evaluate. | 740 tree *expr; // Expression to evaluate. |
739 tree *list; // List of commands to execute. | 741 tree *list; // List of commands to execute. |
740 }; | 742 }; |
741 | 743 |