diff options
Diffstat (limited to 'libgfortran/generated/shape_i16.c')
-rw-r--r-- | libgfortran/generated/shape_i16.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libgfortran/generated/shape_i16.c b/libgfortran/generated/shape_i16.c index 87a58ff..30209d5 100644 --- a/libgfortran/generated/shape_i16.c +++ b/libgfortran/generated/shape_i16.c @@ -35,11 +35,13 @@ Boston, MA 02110-1301, USA. */ #if defined (HAVE_GFC_INTEGER_16) -extern void shape_16 (gfc_array_i16 * ret, const gfc_array_i16 * array); +extern void shape_16 (gfc_array_i16 * const restrict ret, + const gfc_array_i16 * const restrict array); export_proto(shape_16); void -shape_16 (gfc_array_i16 * ret, const gfc_array_i16 * array) +shape_16 (gfc_array_i16 * const restrict ret, + const gfc_array_i16 * const restrict array) { int n; index_type stride; |