diff libinterp/corefcn/oct-iostrm.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/oct-iostrm.h	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/corefcn/oct-iostrm.h	Thu Dec 01 14:28:07 2022 -0800
@@ -32,7 +32,7 @@
 
 #include "oct-stream.h"
 
-OCTAVE_NAMESPACE_BEGIN
+OCTAVE_BEGIN_NAMESPACE(octave)
 
 class
 base_iostream : public base_stream
@@ -159,6 +159,6 @@
   ostream& operator = (const ostream&) = delete;
 };
 
-OCTAVE_NAMESPACE_END
+OCTAVE_END_NAMESPACE(octave)
 
 #endif