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

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 14:28:07 -0800
parents 2aa5bcaba504 e88a07dec498
children 5f11de0e7440
line wrap: on
line diff
--- a/libinterp/corefcn/xnorm.h	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/corefcn/xnorm.h	Thu Dec 01 14:28:07 2022 -0800
@@ -32,7 +32,7 @@
 
 class octave_value;
 
-OCTAVE_NAMESPACE_BEGIN
+OCTAVE_BEGIN_NAMESPACE(octave)
 
 extern OCTINTERP_API octave_value
 xnorm (const octave_value& x, const octave_value& p);
@@ -46,6 +46,6 @@
 extern OCTINTERP_API octave_value
 xfrobnorm (const octave_value& x);
 
-OCTAVE_NAMESPACE_END
+OCTAVE_END_NAMESPACE(octave)
 
 #endif