diff libinterp/octave-value/ov-struct.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 cb1606f78f6b
children 00f796120a6d
line wrap: on
line diff
--- a/libinterp/octave-value/ov-struct.cc	Thu Jul 19 20:11:31 2018 -0700
+++ b/libinterp/octave-value/ov-struct.cc	Thu Jul 19 16:55:47 2018 -0400
@@ -108,7 +108,7 @@
 static void
 maybe_warn_invalid_field_name (const std::string& key, const char *who)
 {
-  if (! valid_identifier (key))
+  if (! octave::valid_identifier (key))
     {
       if (who)
         warning_with_id ("Octave:language-extension",