diff liboctave/CmplxLU.cc @ 4552:6f3382e08a52

[project @ 2003-10-27 20:38:02 by jwe]
author jwe
date Mon, 27 Oct 2003 20:38:03 +0000
parents d53c33d93440
children e35b034d3523
line wrap: on
line diff
--- a/liboctave/CmplxLU.cc
+++ b/liboctave/CmplxLU.cc
@@ -43,8 +43,9 @@
 
 extern "C"
 {
-  int F77_FUNC (zgetrf, ZGETRF) (const int&, const int&, Complex*,
-				const int&, int*, int&);
+  F77_RET_T
+  F77_FUNC (zgetrf, ZGETRF) (const int&, const int&, Complex*,
+			     const int&, int*, int&);
 }
 
 ComplexLU::ComplexLU (const ComplexMatrix& a)