File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 527527extern "C" {
528528#endif
529529
530- void F77_xerbla (FCHAR , void * );
530+ #ifdef BLAS_FORTRAN_STRLEN_END
531+ #define F77_xerbla (...) F77_xerbla_base(__VA_ARGS__, 1)
532+ #else
533+ #define F77_xerbla (...) F77_xerbla_base(__VA_ARGS__)
534+ #endif
531535void F77_xerbla_base (FCHAR , void *
532536 #ifdef BLAS_FORTRAN_STRLEN_END
533537 , size_t
Original file line number Diff line number Diff line change 1010#ifdef HAS_ATTRIBUTE_WEAK_SUPPORT
1111__attribute__((weak ))
1212#endif
13- F77_xerbla
13+ F77_xerbla_base
1414#ifdef F77_CHAR
15- (F77_CHAR F77_srname , void * vinfo )
15+ (F77_CHAR F77_srname , void * vinfo
1616#else
17- (char * srname , void * vinfo )
17+ (char * srname , void * vinfo
1818#endif
19-
19+ #ifdef BLAS_FORTRAN_STRLEN_END
20+ , size_t len
21+ #endif
22+ )
2023{
2124#ifdef F77_CHAR
2225 char * srname ;
You can’t perform that action at this time.
0 commit comments