Skip to content

Commit eaa94e6

Browse files
committed
Removed part of the comment for CFI_FAILURE.
1 parent d4f1adf commit eaa94e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/iso-fortran-binding/ISO_Fortran_binding.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ extern "C" {
3333
#define CFI_attribute_allocatable 1
3434
#define CFI_attribute_other 2
3535

36-
/* Error codes.
37-
CFI_FAILURE and CFI_INVALID_STRIDE should be defined in the standard because they are useful to the implementation of the functions.
38-
*/
36+
/* Error codes. */
3937
#define CFI_SUCCESS 0
4038
#define CFI_ERROR_BASE_ADDR_NULL 1
4139
#define CFI_ERROR_BASE_ADDR_NOT_NULL 2

0 commit comments

Comments
 (0)