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

[project @ 1997-05-15 22:35:37 by jwe]
author jwe
date Thu, 15 May 1997 22:36:40 +0000
parents f2be17e6f1ea
children b80bbb43a1a9
line wrap: on
line diff
--- a/src/pt-id.cc	Thu May 15 21:13:43 1997 +0000
+++ b/src/pt-id.cc	Thu May 15 22:36:40 1997 +0000
@@ -30,7 +30,7 @@
 
 #include "error.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"
@@ -196,7 +196,7 @@
   return retval;
 }
 
-octave_variable_reference
+octave_lvalue
 tree_identifier::lvalue (void)
 {
   return sym->variable_reference ();