# HG changeset patch # User jwe # Date 748513073 0 # Node ID 8bb67882a31af09061154c60537e9a84614424c9 # Parent 94582f2307be03eb136e36c0fc1bbc5028ce251d [project @ 1993-09-20 08:17:53 by jwe] diff -r 94582f2307be -r 8bb67882a31a src/tree.h.old --- a/src/tree.h.old Mon Sep 20 08:15:52 1993 +0000 +++ b/src/tree.h.old Mon Sep 20 08:17:53 1993 +0000 @@ -638,14 +638,14 @@ { public: tree_for_command (void); - tree_for_command (tree_identifier *id, tree *e, tree *l); + tree_for_command (tree_index_expression *id, tree *e, tree *l); ~tree_for_command (void); tree_constant eval (int print); private: - tree_identifier *id; // Identifier to modify. + tree_index_expression *id; // Identifier to modify. tree *expr; // Expression to evaluate. tree *list; // List of commands to execute. };