comparison oct-conf-post-public.in.h @ 30832:3e395f6fc03a

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 12 Mar 2022 16:14:51 +0100
parents fdc30b576333
children
comparison
equal deleted inserted replaced
30830:1bc5ea8aab94 30832:3e395f6fc03a
181 # define OCTAVE_F77_INT_TYPE_FORMAT PRId32 181 # define OCTAVE_F77_INT_TYPE_FORMAT PRId32
182 #endif 182 #endif
183 183
184 #define OCTAVE_HAVE_F77_INT_TYPE 1 184 #define OCTAVE_HAVE_F77_INT_TYPE 1
185 185
186 /* time type in API is always 64 bits wide */
187 #define OCTAVE_TIME_T int64_t
188
186 #if defined (__cplusplus) && ! defined (OCTAVE_THREAD_LOCAL) 189 #if defined (__cplusplus) && ! defined (OCTAVE_THREAD_LOCAL)
187 # define OCTAVE_THREAD_LOCAL 190 # define OCTAVE_THREAD_LOCAL
188 #endif 191 #endif
189 192
190 typedef OCTAVE_IDX_TYPE octave_idx_type; 193 typedef OCTAVE_IDX_TYPE octave_idx_type;