Skip to content

Commit 90a05e4

Browse files
committed
Update preprocessor macro.
1 parent db30463 commit 90a05e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix_types.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module unix_types
77
implicit none
88
private
99

10-
#if defined (__flang__) || (defined (__GFORTRAN__) && __GNUC__ >= 15 && __GNUC_MINOR__ >= 1)
10+
#if defined (__flang__) || (defined (__GFORTRAN__) && __GNUC__ > 15) || (defined (__GFORTRAN__) && __GNUC__ == 15 && __GNUC_MINOR__ >= 2)
1111

1212
public :: c_uint16_t
1313
public :: c_uint32_t

0 commit comments

Comments
 (0)