diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-27 21:03:33 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-27 21:03:33 +0000 |
commit | b4cafd6717ebdc99a68ca9d2de7090e6053a713c (patch) | |
tree | b1791f0354ad0366d696ec9df523d82d3bd9fe26 /libgfortran/generated/shape_i4.c | |
parent | b92d95502eb80ce009645b3efad36efe7fea81c5 (diff) | |
download | gcc-b4cafd6717ebdc99a68ca9d2de7090e6053a713c.tar.gz |
libgfortran ChangeLog:
2005-11-27 Janne Blomqvist <jb@gcc.gnu.org>
* m4/*: Add const restrict to function arguments.
* generated/*.c: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107573 138bc75d-0d04-0410-961f-82ee72b054a4
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 7a56eee5b5f..d4b323a3cb6 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; |