Skip to content

Commit 2b865da

Browse files
authored
fix prototypes of stest and ctest for INTERFACE64
1 parent 65bfe1a commit 2b865da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ctest/c_zblat1c.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ static doublereal c_b43 = 1.;
378378

379379
/* Local variables */
380380
static integer i__;
381-
extern /* Subroutine */ int ctest_(int*, doublecomplex*, doublecomplex*, doublecomplex*, doublereal*);
381+
extern /* Subroutine */ int ctest_(integer*, doublecomplex*, doublecomplex*, doublecomplex*, doublereal*);
382382
static doublecomplex mwpcs[5], mwpct[5];
383383
extern /* Subroutine */ int zscaltest_(int*, doublereal*, doublecomplex*, int*), itest1_(int*, int*), stest1_(doublereal*, doublereal*, doublereal*, doublereal*);
384384
static doublecomplex cx[8];
@@ -588,7 +588,7 @@ static doublereal c_b43 = 1.;
588588
/* Local variables */
589589
static doublecomplex cdot[1];
590590
static integer lenx, leny, i__;
591-
extern /* Subroutine */ int ctest_(int*, doublecomplex*, doublecomplex*, doublecomplex*, doublereal*);
591+
extern /* Subroutine */ int ctest_(integer*, doublecomplex*, doublecomplex*, doublecomplex*, doublereal*);
592592
static integer ksize;
593593
static doublecomplex ztemp;
594594
extern /* Subroutine */ int zdotctest_(int*, doublecomplex*, int*, doublecomplex*, int*, doublecomplex*), zcopytest_(int*, doublecomplex*, int*, doublecomplex*, int*);
@@ -747,7 +747,7 @@ static doublereal c_b43 = 1.;
747747
/* Subroutine */ int stest1_(doublereal* scomp1, doublereal* strue1, doublereal* ssize, doublereal* sfac)
748748
{
749749
static doublereal scomp[1], strue[1];
750-
extern /* Subroutine */ int stest_(int*,doublereal*, doublereal*, doublereal*, doublereal*);
750+
extern /* Subroutine */ integer stest_(int*,doublereal*, doublereal*, doublereal*, doublereal*);
751751

752752
/* ************************* STEST1 ***************************** */
753753

0 commit comments

Comments
 (0)