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

[project @ 1997-05-09 13:37:35 by jwe]
author jwe
date Fri, 09 May 1997 13:51:06 +0000
parents 5ed088015839
children dfffbf305468
line wrap: on
line diff
--- a/src/pt-exp.cc	Fri May 09 13:32:52 1997 +0000
+++ b/src/pt-exp.cc	Fri May 09 13:51:06 1997 +0000
@@ -513,8 +513,8 @@
   return lhs->ident ();
 }
 
-// ??? FIXME ??? -- should octave_variable_reference::assign return
-// the right thing for us to return?
+// ??? FIXME ??? -- should octave_value::assign return the right thing
+// for us to return?
 
 octave_value
 tree_simple_assignment_expression::eval (bool print)
@@ -541,7 +541,7 @@
 	}
       else
 	{
-	  octave_variable_reference ult (lhs);
+	  octave_variable_reference ult = lhs->reference ();
 
 	  if (error_state)
 	    eval_error ();