summaryrefslogtreecommitdiff
path: root/libgfortran/m4/transpose.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/m4/transpose.m4')
-rw-r--r--libgfortran/m4/transpose.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/m4/transpose.m4 b/libgfortran/m4/transpose.m4
index 177e86dcdc1..103cc0296fb 100644
--- a/libgfortran/m4/transpose.m4
+++ b/libgfortran/m4/transpose.m4
@@ -45,7 +45,7 @@ transpose_'rtype_code` ('rtype` * const restrict ret,
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- 'rtype_name` *rptr;
+ 'rtype_name` * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const 'rtype_name` *sptr;