Skip to content

Commit 5725996

Browse files
committed
Added guard around LAPACK_IFMT define.
1 parent 82014d9 commit 5725996

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LAPACKE/include/lapack.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ extern "C" {
8484
#define lapack_int int32_t
8585
#endif
8686

87+
#ifndef LAPACK_IFMT
8788
#define LAPACK_IFMT PRId32
89+
#endif
8890

8991
#ifndef lapack_logical
9092
#define lapack_logical lapack_int

0 commit comments

Comments
 (0)