diff options
Diffstat (limited to 'libgfortran/generated/shape_i4.c')
-rw-r--r-- | libgfortran/generated/shape_i4.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libgfortran/generated/shape_i4.c b/libgfortran/generated/shape_i4.c index 7a56eee..d4b323a 100644 --- a/libgfortran/generated/shape_i4.c +++ b/libgfortran/generated/shape_i4.c @@ -35,11 +35,13 @@ Boston, MA 02110-1301, USA. */ #if defined (HAVE_GFC_INTEGER_4) -extern void shape_4 (gfc_array_i4 * ret, const gfc_array_i4 * array); +extern void shape_4 (gfc_array_i4 * const restrict ret, + const gfc_array_i4 * const restrict array); export_proto(shape_4); void -shape_4 (gfc_array_i4 * ret, const gfc_array_i4 * array) +shape_4 (gfc_array_i4 * const restrict ret, + const gfc_array_i4 * const restrict array) { int n; index_type stride; |