diff liboctave/dbleQR.cc @ 3887:7da18459c08b

[project @ 2002-04-04 00:44:21 by jwe]
author jwe
date Thu, 04 Apr 2002 00:46:37 +0000
parents 69b6bd271277
children 6e86256e9c54
line wrap: on
line diff
--- a/liboctave/dbleQR.cc
+++ b/liboctave/dbleQR.cc
@@ -34,11 +34,11 @@
 
 extern "C"
 {
-  int F77_FCN (dgeqrf, DGEQRF) (const int&, const int&, double*,
+  int F77_FUNC (dgeqrf, DGEQRF) (const int&, const int&, double*,
 				const int&, double*, double*,
 				const int&, int&); 
 
-  int F77_FCN (dorgqr, DORGQR) (const int&, const int&, const int&,
+  int F77_FUNC (dorgqr, DORGQR) (const int&, const int&, const int&,
 				double*, const int&, double*, double*,
 				const int&, int&);
 }