diff options
Diffstat (limited to 'libgfortran/generated/reshape_c4.c')
-rw-r--r-- | libgfortran/generated/reshape_c4.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgfortran/generated/reshape_c4.c b/libgfortran/generated/reshape_c4.c index f1be185..4416b90 100644 --- a/libgfortran/generated/reshape_c4.c +++ b/libgfortran/generated/reshape_c4.c @@ -33,6 +33,8 @@ Boston, MA 02110-1301, USA. */ #include <assert.h> #include "libgfortran.h" +#if defined (HAVE_GFC_COMPLEX_4) + typedef GFC_ARRAY_DESCRIPTOR(1, index_type) shape_type; /* The shape parameter is ignored. We can currently deduce the shape from the @@ -256,3 +258,5 @@ reshape_c4 (gfc_array_c4 * ret, gfc_array_c4 * source, shape_type * shape, } } } + +#endif |