diff 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
line wrap: on
line diff
--- a/build-aux/mk-octave-config-h.sh	Tue Feb 09 13:37:25 2016 -0500
+++ b/build-aux/mk-octave-config-h.sh	Wed Feb 10 11:46:14 2016 -0500
@@ -92,7 +92,7 @@
 
 cat << EOF
 
-typedef octave_idx_type $octave_idx_type;
+typedef $octave_idx_type octave_idx_type;
 
 EOF