diff libinterp/corefcn/debug.cc @ 25646:4d565baa475e

move libinterp/utils functions inside octave namespace * utils.h, utils.cc: Move functions inside octave namespace. Change all uses.
author John W. Eaton <jwe@octave.org>
date Thu, 19 Jul 2018 16:55:47 -0400
parents 0214d9dabba2
children 8dc8edbffa17
line wrap: on
line diff
--- a/libinterp/corefcn/debug.cc	Thu Jul 19 20:11:31 2018 -0700
+++ b/libinterp/corefcn/debug.cc	Thu Jul 19 16:55:47 2018 -0400
@@ -598,7 +598,7 @@
 static void
 do_dbtype (std::ostream& os, const std::string& name, int start, int end)
 {
-  std::string ff = fcn_file_in_path (name);
+  std::string ff = octave::fcn_file_in_path (name);
 
   if (ff.empty ())
     os << "dbtype: unknown function " << name << "\n";