diff libinterp/corefcn/procstream.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/procstream.h	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/corefcn/procstream.h	Thu Dec 01 14:28:07 2022 -0800
@@ -35,7 +35,7 @@
 
 #include "oct-procbuf.h"
 
-OCTAVE_NAMESPACE_BEGIN
+OCTAVE_BEGIN_NAMESPACE(octave)
 
 class
 OCTINTERP_API
@@ -185,6 +185,6 @@
   procstream& operator = (const procstream&);
 };
 
-OCTAVE_NAMESPACE_END
+OCTAVE_END_NAMESPACE(octave)
 
 #endif