diff oct-conf-post.in.h @ 22842:60405b73e439

provide separate typedefs for octave_idx_type and octave_f77_int_type * configure.ac: Also substitute and define OCTAVE_F77_INT_TYPE. * octave-conf-post.in.h: New typedef for octave_f77_int_type. * f77-fcn.h: Define F77_INT and F77_LOGICAL using octave_f77_int_type instead of octave_idx_type.
author John W. Eaton <jwe@octave.org>
date Tue, 29 Nov 2016 00:32:35 -0500
parents 3a2b891d0b33
children a8e83b0144fe
line wrap: on
line diff
--- a/oct-conf-post.in.h	Tue Nov 29 00:20:23 2016 -0500
+++ b/oct-conf-post.in.h	Tue Nov 29 00:32:35 2016 -0500
@@ -189,6 +189,7 @@
 #endif
 
 typedef OCTAVE_IDX_TYPE octave_idx_type;
+typedef OCTAVE_F77_INT_TYPE octave_f77_int_type;
 
 /* Tag indicating Octave's autoconf-generated config.h has been
    included.  This symbol is provided because autoconf-generated