Skip to content

Commit

Permalink
fix prototypes of ctest and itest for INTERFACE64
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Oct 8, 2023
1 parent 2b865da commit c30b530
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ctest/c_cblat1c.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ static real c_b43 = (float)1.;

/* Local variables */
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];
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];
extern real scnrm2test_(int*, complex*, int*);
static integer np1;
Expand Down Expand Up @@ -734,7 +734,7 @@ static real c_b43 = (float)1.;
static complex cdot[1];
static integer lenx, leny, i__;
static complex ctemp;
extern /* Subroutine */ int ctest_(int*, complex*, complex*, complex*, real*);
extern /* Subroutine */ int ctest_(integer*, complex*, complex*, complex*, real*);
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*),
cswaptest_(int*, complex*, int*, complex*, int*), caxpytest_(int*, complex*, complex*, int*, complex*, int*);
Expand Down Expand Up @@ -939,7 +939,7 @@ doublereal sdiff_(real* sa, real* sb)
/* Local variables */
static integer i__;
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 ***************************** */

Expand Down

0 comments on commit c30b530

Please sign in to comment.