diff src/symtab.cc @ 2979:a3556d2adec9

[project @ 1997-05-15 22:35:37 by jwe]
author jwe
date Thu, 15 May 1997 22:36:40 +0000
parents b9c107cbe388
children 66a1cede95e7
line wrap: on
line diff
--- a/src/symtab.cc	Thu May 15 21:13:43 1997 +0000
+++ b/src/symtab.cc	Thu May 15 22:36:40 1997 +0000
@@ -34,7 +34,7 @@
 #include "str-vec.h"
 
 #include "error.h"
-#include "oct-var-ref.h"
+#include "oct-lvalue.h"
 #include "ov.h"
 #include "symtab.h"
 #include "utils.h"
@@ -542,7 +542,7 @@
   return is_variable () ? def () : foo;
 }
 
-octave_variable_reference
+octave_lvalue
 symbol_record::variable_reference (void)
 {
   if (is_function ())
@@ -560,7 +560,7 @@
 	}
     }
 
-  return octave_variable_reference (&(def ()), sv_fcn);
+  return octave_lvalue (&(def ()), sv_fcn);
 }
 
 symbol_record *