diff src/pt-cmd.cc @ 1234:9204518e940f

[project @ 1995-04-10 14:31:21 by jwe]
author jwe
date Mon, 10 Apr 1995 14:31:21 +0000
parents 38b876e46ff6
children e1ddfb12566d
line wrap: on
line diff
--- a/src/pt-cmd.cc	Mon Apr 10 05:20:52 1995 +0000
+++ b/src/pt-cmd.cc	Mon Apr 10 14:31:21 1995 +0000
@@ -390,7 +390,7 @@
 	ident = idr->ident ();
     }
 
-  if (id_list && ! ident && ! tmp_expr->is_map ())
+  if (id_list && ! ident && ! tmp_expr.is_map ())
     {
       error ("in statement `for [X, Y] = VAL', VAL must be a structure");
       return;