diff libinterp/corefcn/data.cc @ 31606:dfa5d9c3ae72

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 14:28:07 -0800
parents 9ecc95d840ca e88a07dec498
children 23664317f0d3
line wrap: on
line diff
--- a/libinterp/corefcn/data.cc	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/corefcn/data.cc	Thu Dec 01 14:28:07 2022 -0800
@@ -66,7 +66,7 @@
 #include "variables.h"
 #include "xnorm.h"
 
-OCTAVE_NAMESPACE_BEGIN
+OCTAVE_BEGIN_NAMESPACE(octave)
 
 DEFUN (all, args, ,
        doc: /* -*- texinfo -*-
@@ -8608,4 +8608,4 @@
 %!error <input was not valid base64> __base64_decode_bytes__ (1)
 */
 
-OCTAVE_NAMESPACE_END
+OCTAVE_END_NAMESPACE(octave)