changeset 117:8bb67882a31a

[project @ 1993-09-20 08:17:53 by jwe]
author jwe
date Mon, 20 Sep 1993 08:17:53 +0000
parents 94582f2307be
children 27f35bee46f6
files src/tree.h.old
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
 };