We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f1adf commit eaa94e6Copy full SHA for eaa94e6
src/iso-fortran-binding/ISO_Fortran_binding.h
@@ -33,9 +33,7 @@ extern "C" {
33
#define CFI_attribute_allocatable 1
34
#define CFI_attribute_other 2
35
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
- */
+/* Error codes. */
39
#define CFI_SUCCESS 0
40
#define CFI_ERROR_BASE_ADDR_NULL 1
41
#define CFI_ERROR_BASE_ADDR_NOT_NULL 2
0 commit comments