diff libinterp/corefcn/oct-stream.cc @ 31606:dfa5d9c3ae72

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 14:28:07 -0800
parents 2f08a53e0a23 e88a07dec498
children 23664317f0d3
line wrap: on
line diff
--- a/libinterp/corefcn/oct-stream.cc	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/corefcn/oct-stream.cc	Thu Dec 01 14:28:07 2022 -0800
@@ -67,8 +67,8 @@
 #include "pager.h"
 #include "utils.h"
 
-namespace octave
-{
+OCTAVE_BEGIN_NAMESPACE(octave)
+
   // Programming Note: There are two very different error functions used
   // in the stream code.  When invoked with "error (...)" the member
   // function from stream or base_stream is called.  This
@@ -7748,4 +7748,5 @@
   {
     return octave_value (m_stderr_file);
   }
-}
+
+OCTAVE_END_NAMESPACE(octave)