changeset 30252:774d6edb4cae

fix typo in previous change * symtab.h (symbol_table::top_level_variable_names): Forward to private top_level_variable_names_deprecated function, not recursively to top_level_variable_names.
author John W. Eaton <jwe@octave.org>
date Wed, 27 Oct 2021 15:02:20 -0400
parents 3da14aa5dbac
children 20fd3c03fd74
files libinterp/corefcn/symtab.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/symtab.h	Tue Oct 26 09:08:47 2021 +0200
+++ b/libinterp/corefcn/symtab.h	Wed Oct 27 15:02:20 2021 -0400
@@ -280,7 +280,7 @@
     OCTAVE_DEPRECATED (6, "use 'interpreter::top_level_variable_names' instead")
     std::list<std::string> top_level_variable_names (void)
     {
-      return top_level_variable_names ();
+      return top_level_variable_names_deprecated ();
     }
 
     OCTAVE_DEPRECATED (6, "use 'interpreter::variable_names' instead")