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 527
527
extern "C" {
528
528
#endif
529
529
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
531
535
void F77_xerbla_base (FCHAR , void *
532
536
#ifdef BLAS_FORTRAN_STRLEN_END
533
537
, size_t
Original file line number Diff line number Diff line change 10
10
#ifdef HAS_ATTRIBUTE_WEAK_SUPPORT
11
11
__attribute__((weak ))
12
12
#endif
13
- F77_xerbla
13
+ F77_xerbla_base
14
14
#ifdef F77_CHAR
15
- (F77_CHAR F77_srname , void * vinfo )
15
+ (F77_CHAR F77_srname , void * vinfo
16
16
#else
17
- (char * srname , void * vinfo )
17
+ (char * srname , void * vinfo
18
18
#endif
19
-
19
+ #ifdef BLAS_FORTRAN_STRLEN_END
20
+ , size_t len
21
+ #endif
22
+ )
20
23
{
21
24
#ifdef F77_CHAR
22
25
char * srname ;
You can’t perform that action at this time.
0 commit comments