comparison libinterp/corefcn/load-save.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
comparison
equal deleted inserted replaced
31604:9ecc95d840ca 31606:dfa5d9c3ae72
33 33
34 #include "mach-info.h" 34 #include "mach-info.h"
35 35
36 #include "ovl.h" 36 #include "ovl.h"
37 37
38 OCTAVE_NAMESPACE_BEGIN 38 OCTAVE_BEGIN_NAMESPACE(octave)
39 39
40 class interpreter; 40 class interpreter;
41 class load_save_format; 41 class load_save_format;
42 class symbol_info; 42 class symbol_info;
43 43
290 290
291 load_save_system::format_type m_type; 291 load_save_system::format_type m_type;
292 int m_options; 292 int m_options;
293 }; 293 };
294 294
295 OCTAVE_NAMESPACE_END 295 OCTAVE_END_NAMESPACE(octave)
296 296
297 #endif 297 #endif