summaryrefslogtreecommitdiffstats
path: root/libgfortran/m4/shape.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/m4/shape.m4')
-rw-r--r--libgfortran/m4/shape.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/libgfortran/m4/shape.m4 b/libgfortran/m4/shape.m4
index e10fe0c0986..296611fd5e3 100644
--- a/libgfortran/m4/shape.m4
+++ b/libgfortran/m4/shape.m4
@@ -25,11 +25,11 @@ Boston, MA 02111-1307, USA. */
#include "libgfortran.h"'
include(iparm.m4)dnl
-extern void `__shape_'rtype_kind (rtype * ret, const rtype * array);
-export_proto_np(`__shape_'rtype_kind);
+extern void shape_`'rtype_kind (rtype * ret, const rtype * array);
+export_proto(shape_`'rtype_kind);
void
-`__shape_'rtype_kind (rtype * ret, const rtype * array)
+shape_`'rtype_kind (rtype * ret, const rtype * array)
{
int n;
index_type stride;
OpenPOWER on IntegriCloud