diff liboctave/LSODE.cc @ 3887:7da18459c08b

[project @ 2002-04-04 00:44:21 by jwe]
author jwe
date Thu, 04 Apr 2002 00:46:37 +0000
parents d92134062783
children 945e8c160191
line wrap: on
line diff
--- a/liboctave/LSODE.cc	Wed Apr 03 21:20:56 2002 +0000
+++ b/liboctave/LSODE.cc	Thu Apr 04 00:46:37 2002 +0000
@@ -45,7 +45,7 @@
 			      int&);
 
 extern "C"
-int F77_FCN (lsode, LSODE) (lsode_fcn_ptr, int&, double*, double&,
+int F77_FUNC (lsode, LSODE) (lsode_fcn_ptr, int&, double*, double&,
 			    double&, int&, double&, double&, int&,
 			    int&, int&, double*, int&, int*, int&,
 			    lsode_jac_ptr, int&);