diff liboctave/numeric/oct-convn.h @ 31606:dfa5d9c3ae72

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 14:28:07 -0800
parents 9a0ce9eea1b7 e88a07dec498
children 23664317f0d3
line wrap: on
line diff
--- a/liboctave/numeric/oct-convn.h	Thu Dec 01 14:01:16 2022 -0800
+++ b/liboctave/numeric/oct-convn.h	Thu Dec 01 14:28:07 2022 -0800
@@ -55,8 +55,8 @@
   convn_valid
 };
 
-namespace octave
-{
+OCTAVE_BEGIN_NAMESPACE(octave)
+
   enum convn_type
   {
     convn_full,
@@ -155,6 +155,7 @@
         abort ();
       }
   }
-}
+
+OCTAVE_END_NAMESPACE(octave)
 
 #endif