diff src/pt-misc.cc @ 2948:56be458e237f

[project @ 1997-05-09 13:37:35 by jwe]
author jwe
date Fri, 09 May 1997 13:51:06 +0000
parents 026f342c2019
children c41e4dca98b9
line wrap: on
line diff
--- a/src/pt-misc.cc	Fri May 09 13:32:52 1997 +0000
+++ b/src/pt-misc.cc	Fri May 09 13:51:06 1997 +0000
@@ -365,11 +365,9 @@
   for (Pix p = first (); p != 0; next (p))
     {
       tree_identifier *elt = this->operator () (p);
+
       if (! elt->is_defined ())
-	{
-	  octave_variable_reference tmp (elt);
-	  tmp.assign (octave_value::asn_eq, val);
-	}
+	elt->reference () . assign (octave_value::asn_eq, val);
     }
 }