diff libinterp/corefcn/xpow.h @ 31606:dfa5d9c3ae72

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 14:28:07 -0800
parents 0f968958d7d5 e88a07dec498
children 5f11de0e7440
line wrap: on
line diff
--- a/libinterp/corefcn/xpow.h	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/corefcn/xpow.h	Thu Dec 01 14:28:07 2022 -0800
@@ -45,7 +45,7 @@
 class FloatComplexNDArray;
 class octave_value;
 
-OCTAVE_NAMESPACE_BEGIN
+OCTAVE_BEGIN_NAMESPACE(octave)
 
 extern OCTINTERP_API octave_value xpow (double a, double b);
 extern OCTINTERP_API octave_value xpow (double a, const Matrix& b);
@@ -206,6 +206,6 @@
 extern OCTINTERP_API octave_value elem_xpow (const FloatComplexNDArray& a,
                                              const FloatComplexNDArray& b);
 
-OCTAVE_NAMESPACE_END
+OCTAVE_END_NAMESPACE(octave)
 
 #endif