diff libinterp/parse-tree/pt-eval.h @ 24270:bc3819b7cca1

don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info Change all uses of symbol_table::symbol_record to symbol_record. Change all uses of symbol_table::scope to symbol_scope. Change all uses of symbol_table::fcn_info to fcn_info.
author John W. Eaton <jwe@octave.org>
date Thu, 16 Nov 2017 21:43:47 -0500
parents 21915520ac7b
children 4ced2bfd737e
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-eval.h	Thu Nov 16 19:39:00 2017 -0500
+++ b/libinterp/parse-tree/pt-eval.h	Thu Nov 16 21:43:47 2017 -0500
@@ -308,7 +308,7 @@
 
     profiler& get_profiler (void) { return m_profiler; }
 
-    symbol_table::scope *get_current_scope (void);
+    symbol_scope *get_current_scope (void);
 
     int max_recursion_depth (void) const { return m_max_recursion_depth; }