changeset 23388:41dcc5c1e41f

* mach-info.cc: Fix declaration of d1mach.
author John W. Eaton <jwe@octave.org>
date Wed, 12 Apr 2017 10:31:05 -0400
parents 374465c2f3aa
children f0eb5d4431b7
files liboctave/system/mach-info.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/system/mach-info.cc	Wed Apr 12 10:10:54 2017 -0400
+++ b/liboctave/system/mach-info.cc	Wed Apr 12 10:31:05 2017 -0400
@@ -31,7 +31,7 @@
 
 extern "C"
 {
-  double F77_FUNC (d1mach, D1MACH) (const octave_idx_type&);
+  double F77_FUNC (d1mach, D1MACH) (const F77_INT&);
 }
 
 namespace octave