diff libinterp/parse-tree/lex.ll @ 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 2fa7cd178c4a
children ca38400776bc
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.ll	Thu Jul 19 20:11:31 2018 -0700
+++ b/libinterp/parse-tree/lex.ll	Thu Jul 19 16:55:47 2018 -0400
@@ -1754,7 +1754,7 @@
         std::ostringstream buf;
 
         buf << "invalid character '"
-            << undo_string_escape (static_cast<char> (c))
+            << octave::undo_string_escape (static_cast<char> (c))
             << "' (ASCII " << c << ")";
 
         octave::token *tok