changeset 4239:90db7796adc2

[project @ 2002-12-25 21:47:43 by jwe]
author jwe
date Wed, 25 Dec 2002 21:47:43 +0000
parents a5a68c0afe56
children 8627d992beb8
files src/ChangeLog src/ov-usr-fcn.cc
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Dec 25 21:04:34 2002 +0000
+++ b/src/ChangeLog	Wed Dec 25 21:47:43 2002 +0000
@@ -74,8 +74,6 @@
 	* parse.y (postfix_expr): Reset	lexer_flags.looking_at_object_index
 	in () and {} cases too.
 
-	* ov-usr-fcn.cc (clear_symbol_table): Clear variables only.
-
 2002-12-21  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* pt-arg-list.cc (indexed_object, indexed_position):
--- a/src/ov-usr-fcn.cc	Wed Dec 25 21:04:34 2002 +0000
+++ b/src/ov-usr-fcn.cc	Wed Dec 25 21:47:43 2002 +0000
@@ -276,7 +276,7 @@
 clear_symbol_table (void *table)
 {
   symbol_table *tmp = static_cast<symbol_table *> (table);
-  tmp->clear_variables ();
+  tmp->clear ();
 }
 
 static void