diff src/pt-indir.cc @ 2979:a3556d2adec9

[project @ 1997-05-15 22:35:37 by jwe]
author jwe
date Thu, 15 May 1997 22:36:40 +0000
parents ef3379196bcf
children 20f5cec4f11c
line wrap: on
line diff
--- a/src/pt-indir.cc	Thu May 15 21:13:43 1997 +0000
+++ b/src/pt-indir.cc	Thu May 15 22:36:40 1997 +0000
@@ -32,7 +32,7 @@
 #include "gripes.h"
 #include "oct-map.h"
 #include "oct-obj.h"
-#include "oct-var-ref.h"
+#include "oct-lvalue.h"
 #include "pager.h"
 #include "pt-const.h"
 #include "pt-id.h"
@@ -95,10 +95,10 @@
   return retval;
 }
 
-octave_variable_reference
+octave_lvalue
 tree_indirect_ref::lvalue (void)
 {
-  octave_variable_reference tmp = expr->lvalue ();
+  octave_lvalue tmp = expr->lvalue ();
 
   if (tmp.is_undefined () || ! tmp.is_map ())
     tmp.define (Octave_map ());