diff options
Diffstat (limited to 'libgfortran/m4/shape.m4')
-rw-r--r-- | libgfortran/m4/shape.m4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libgfortran/m4/shape.m4 b/libgfortran/m4/shape.m4 index a219a8bb32a..1902d7514d6 100644 --- a/libgfortran/m4/shape.m4 +++ b/libgfortran/m4/shape.m4 @@ -34,15 +34,15 @@ Boston, MA 02110-1301, USA. */ #include "libgfortran.h"' include(iparm.m4)dnl -`#if defined (HAVE_'rtype_name`)' +`#if defined (HAVE_'rtype_name`) -extern void shape_`'rtype_kind (rtype * const restrict ret, - const rtype * const restrict array); -export_proto(shape_`'rtype_kind); +extern void shape_'rtype_kind` ('rtype` * const restrict ret, + const 'rtype` * const restrict array); +export_proto(shape_'rtype_kind`); void -shape_`'rtype_kind (rtype * const restrict ret, - const rtype * const restrict array) +shape_'rtype_kind` ('rtype` * const restrict ret, + const 'rtype` * const restrict array) { int n; index_type stride; @@ -56,4 +56,4 @@ shape_`'rtype_kind (rtype * const restrict ret, } } -#endif +#endif' |