aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/generated/shape_i8.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/shape_i8.c')
-rw-r--r--libgfortran/generated/shape_i8.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libgfortran/generated/shape_i8.c b/libgfortran/generated/shape_i8.c
index 2e696c2..acf925f 100644
--- a/libgfortran/generated/shape_i8.c
+++ b/libgfortran/generated/shape_i8.c
@@ -35,11 +35,13 @@ Boston, MA 02110-1301, USA. */
#if defined (HAVE_GFC_INTEGER_8)
-extern void shape_8 (gfc_array_i8 * ret, const gfc_array_i8 * array);
+extern void shape_8 (gfc_array_i8 * const restrict ret,
+ const gfc_array_i8 * const restrict array);
export_proto(shape_8);
void
-shape_8 (gfc_array_i8 * ret, const gfc_array_i8 * array)
+shape_8 (gfc_array_i8 * const restrict ret,
+ const gfc_array_i8 * const restrict array)
{
int n;
index_type stride;