diff libinterp/parse-tree/lex.h @ 31606:dfa5d9c3ae72

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 14:28:07 -0800
parents cfa938be2999 e88a07dec498
children 23664317f0d3
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.h	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/parse-tree/lex.h	Thu Dec 01 14:28:07 2022 -0800
@@ -39,8 +39,8 @@
 #include "symscope.h"
 #include "token.h"
 
-namespace octave
-{
+OCTAVE_BEGIN_NAMESPACE(octave)
+
   class interpreter;
 
   // Is the given string a keyword?
@@ -872,6 +872,7 @@
 
     int fill_flex_buffer (char *buf, unsigned int max_size);
   };
-}
+
+OCTAVE_END_NAMESPACE(octave)
 
 #endif