diff libinterp/corefcn/c-file-ptr-stream.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/c-file-ptr-stream.h	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/corefcn/c-file-ptr-stream.h	Thu Dec 01 14:28:07 2022 -0800
@@ -35,7 +35,7 @@
 #  include <zlib.h>
 #endif
 
-OCTAVE_NAMESPACE_BEGIN
+OCTAVE_BEGIN_NAMESPACE(octave)
 
 class
 c_file_ptr_buf : public std::streambuf
@@ -230,6 +230,6 @@
 
 #endif
 
-OCTAVE_NAMESPACE_END
+OCTAVE_END_NAMESPACE(octave)
 
 #endif