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

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 14:28:07 -0800
parents 212cc32100f5 e88a07dec498
children 5f11de0e7440
line wrap: on
line diff
--- a/libinterp/corefcn/dot.cc	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/corefcn/dot.cc	Thu Dec 01 14:28:07 2022 -0800
@@ -35,7 +35,7 @@
 #include "error.h"
 #include "parse.h"
 
-OCTAVE_NAMESPACE_BEGIN
+OCTAVE_BEGIN_NAMESPACE(octave)
 
 // FIXME: input 'y' is no longer necessary (2/5/2022).
 //        At some point it would be better to change all occurrences of
@@ -436,4 +436,4 @@
 %!error <A and B dimensions don't match> blkmm (ones (2,2), ones (3,3))
 */
 
-OCTAVE_NAMESPACE_END
+OCTAVE_END_NAMESPACE(octave)