diff options
Diffstat (limited to 'libgfortran/generated/shape_i16.c')
-rw-r--r-- | libgfortran/generated/shape_i16.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/shape_i16.c b/libgfortran/generated/shape_i16.c index a9cb8a25b8e..4cb43c8b5b1 100644 --- a/libgfortran/generated/shape_i16.c +++ b/libgfortran/generated/shape_i16.c @@ -31,12 +31,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (HAVE_GFC_INTEGER_16) extern void shape_16 (gfc_array_i16 * const restrict ret, - const gfc_array_i16 * const restrict array); + const array_t * const restrict array); export_proto(shape_16); void shape_16 (gfc_array_i16 * const restrict ret, - const gfc_array_i16 * const restrict array) + const array_t * const restrict array) { int n; index_type stride; |