comparison oct-conf-post.in.h @ 27850:8384125d6f5f

Include header that defines the macros with format constants. * oct-conf-post.in.h, build-aux/mk-octave-confog-h.sh: Include <cinttypes> that defines the PRIx macros with format constants needed for OCTAVE_IDX_TYPE_FORMAT. This header also includes <cstdint>.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 18 Dec 2019 14:53:45 +0100
parents 527e25f7ee38
children b442ec6dda5c
comparison
equal deleted inserted replaced
27849:28d7ec92bae6 27850:8384125d6f5f
222 #else 222 #else
223 # define OCTAVE_FLOAT_TRUNCATE 223 # define OCTAVE_FLOAT_TRUNCATE
224 #endif 224 #endif
225 225
226 #if defined (__cplusplus) 226 #if defined (__cplusplus)
227 # include <cstdint> 227 # include <cinttypes>
228 #else 228 #else
229 # include <stdint.h> 229 # include <inttypes.h>
230 #endif 230 #endif
231 231
232 typedef OCTAVE_IDX_TYPE octave_idx_type; 232 typedef OCTAVE_IDX_TYPE octave_idx_type;
233 233
234 #if defined (OCTAVE_ENABLE_64) 234 #if defined (OCTAVE_ENABLE_64)