diff src/symtab.h @ 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 2ad9af85b89b
line wrap: on
line diff
--- a/src/symtab.h	Thu May 15 21:13:43 1997 +0000
+++ b/src/symtab.h	Thu May 15 22:36:40 1997 +0000
@@ -39,7 +39,7 @@
 #define HASH_TABLE_SIZE 1024
 #define HASH_MASK (HASH_TABLE_SIZE - 1)
 
-class octave_variable_reference;
+class octave_lvalue;
 
 class string_vector;
 
@@ -185,7 +185,7 @@
   bool is_static (void) const;
 
   octave_value& variable_value (void);
-  octave_variable_reference variable_reference (void);
+  octave_lvalue variable_reference (void);
 
   symbol_record *next (void) const;