fix prototypes of ctest and itest for INTERFACE64

This commit is contained in:
Martin Kroeker 2023-10-08 11:59:19 +02:00 committed by GitHub
parent 2b865da730
commit c30b530878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -437,9 +437,9 @@ static real c_b43 = (float)1.;
/* Local variables */ /* Local variables */
static integer i__; static integer i__;
extern /* Subroutine */ int ctest_(int*, complex*, complex*, complex*, real*); extern /* Subroutine */ int ctest_(integer*, complex*, complex*, complex*, real*);
static complex mwpcs[5], mwpct[5]; static complex mwpcs[5], mwpct[5];
extern /* Subroutine */ int itest1_(int*, int*), stest1_(real*,real*,real*,real*); extern /* Subroutine */ int itest1_(integer*, integer*), stest1_(real*,real*,real*,real*);
static complex cx[8]; static complex cx[8];
extern real scnrm2test_(int*, complex*, int*); extern real scnrm2test_(int*, complex*, int*);
static integer np1; static integer np1;
@ -734,7 +734,7 @@ static real c_b43 = (float)1.;
static complex cdot[1]; static complex cdot[1];
static integer lenx, leny, i__; static integer lenx, leny, i__;
static complex ctemp; static complex ctemp;
extern /* Subroutine */ int ctest_(int*, complex*, complex*, complex*, real*); extern /* Subroutine */ int ctest_(integer*, complex*, complex*, complex*, real*);
static integer ksize; static integer ksize;
extern /* Subroutine */ int cdotctest_(int*, complex*, int*, complex*, int*,complex*), ccopytest_(int*, complex*, int*, complex*, int*), cdotutest_(int*, complex*, int*, complex*, int*, complex*), extern /* Subroutine */ int cdotctest_(int*, complex*, int*, complex*, int*,complex*), ccopytest_(int*, complex*, int*, complex*, int*), cdotutest_(int*, complex*, int*, complex*, int*, complex*),
cswaptest_(int*, complex*, int*, complex*, int*), caxpytest_(int*, complex*, complex*, int*, complex*, int*); cswaptest_(int*, complex*, int*, complex*, int*), caxpytest_(int*, complex*, complex*, int*, complex*, int*);
@ -939,7 +939,7 @@ doublereal sdiff_(real* sa, real* sb)
/* Local variables */ /* Local variables */
static integer i__; static integer i__;
static real scomp[20], ssize[20], strue[20]; static real scomp[20], ssize[20], strue[20];
extern /* Subroutine */ int stest_(int*, real*,real*,real*,real*); extern /* Subroutine */ int stest_(integer*, real*,real*,real*,real*);
/* **************************** CTEST ***************************** */ /* **************************** CTEST ***************************** */