diff libinterp/corefcn/kron.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/kron.cc	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/corefcn/kron.cc	Thu Dec 01 14:28:07 2022 -0800
@@ -49,7 +49,7 @@
 #include "error.h"
 #include "ovl.h"
 
-OCTAVE_NAMESPACE_BEGIN
+OCTAVE_BEGIN_NAMESPACE(octave)
 
 template <typename R, typename T>
 static MArray<T>
@@ -334,4 +334,4 @@
 %! assert (kron (diag ([1, 2], 2), diag ([3, 4], 2)), expected);
 */
 
-OCTAVE_NAMESPACE_END
+OCTAVE_END_NAMESPACE(octave)