comparison build-aux/mk-octave-config-h.sh @ 21239:ffc9806bb300

mk-octave-config-h.sh: Correct typdef for octave_idx_type.
author John W. Eaton <jwe@octave.org>
date Wed, 10 Feb 2016 11:46:14 -0500
parents a83e7a384ee0
children 7af5ca01ecac
comparison
equal deleted inserted replaced
21236:5d23ea5c733a 21239:ffc9806bb300
90 exit 1 90 exit 1
91 fi 91 fi
92 92
93 cat << EOF 93 cat << EOF
94 94
95 typedef octave_idx_type $octave_idx_type; 95 typedef $octave_idx_type octave_idx_type;
96 96
97 EOF 97 EOF
98 98
99 if grep "#define OCTAVE_ENABLE_FLOAT_TRUNCATE 1" $config_h_file > /dev/null; 99 if grep "#define OCTAVE_ENABLE_FLOAT_TRUNCATE 1" $config_h_file > /dev/null;
100 then 100 then