diff libinterp/parse-tree/oct-parse.yy @ 29950:6549fa7558ba

eliminate some unnecessary octave:: namespace tags Where possible, remove octave:: namespace tags used inside a "namespace octave" block. Files affected: event-manager.cc, hook-fcn.cc, input.cc, latex-text-renderer.cc, oct-hist.cc, sysdep.cc, cdef-object.cc, cdef-object.h, oct-parse.yy, pt-eval.cc, CollocWt.cc, oct-convn.cc, oct-norm.cc, file-ops.cc.
author John W. Eaton <jwe@octave.org>
date Fri, 13 Aug 2021 14:08:16 -0400
parents e2e493712818
children 32c3a5805893
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.yy	Tue Aug 10 16:42:29 2021 -0400
+++ b/libinterp/parse-tree/oct-parse.yy	Fri Aug 13 14:08:16 2021 -0400
@@ -5536,7 +5536,7 @@
     unwind_action act ([=] (void) { ::fclose (ffile); });
 
     // get the encoding for this folder
-    octave::input_system& input_sys = interp.get_input_system ();
+    input_system& input_sys = interp.get_input_system ();
     parser parser (ffile, interp, input_sys.dir_encoding (dir_name));
 
     parser.m_curr_class_name = dispatch_type;
@@ -5618,7 +5618,7 @@
           }
       }
 
-    std::shared_ptr<octave::tree_statement_list> tmp_lst (lst);
+    std::shared_ptr<tree_statement_list> tmp_lst (lst);
 
     statement_list (tmp_lst);