diff libinterp/corefcn/oct-prcstrm.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 23664317f0d3
line wrap: on
line diff
--- a/libinterp/corefcn/oct-prcstrm.h	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/corefcn/oct-prcstrm.h	Thu Dec 01 14:28:07 2022 -0800
@@ -38,7 +38,7 @@
 // already have classes with those names (see procstream.h).  We need to
 // find a way to resolve this naming issue.
 
-OCTAVE_NAMESPACE_BEGIN
+OCTAVE_BEGIN_NAMESPACE(octave)
 
 class
 octave_iprocstream : public octave::stdiostream
@@ -96,6 +96,6 @@
   ~octave_oprocstream (void);
 };
 
-OCTAVE_NAMESPACE_END
+OCTAVE_END_NAMESPACE(octave)
 
 #endif