comparison libinterp/corefcn/ls-utils.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
comparison
equal deleted inserted replaced
31604:9ecc95d840ca 31606:dfa5d9c3ae72
28 28
29 #include "octave-config.h" 29 #include "octave-config.h"
30 30
31 #include "data-conv.h" 31 #include "data-conv.h"
32 32
33 OCTAVE_NAMESPACE_BEGIN 33 OCTAVE_BEGIN_NAMESPACE(octave)
34 34
35 extern OCTINTERP_API save_type 35 extern OCTINTERP_API save_type
36 get_save_type (double max_val, double min_val); 36 get_save_type (double max_val, double min_val);
37 37
38 extern OCTINTERP_API save_type 38 extern OCTINTERP_API save_type
39 get_save_type (float max_val, float min_val); 39 get_save_type (float max_val, float min_val);
40 40
41 OCTAVE_NAMESPACE_END 41 OCTAVE_END_NAMESPACE(octave)
42 42
43 #endif 43 #endif