aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/m4/dotprodl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/m4/dotprodl.m4')
-rw-r--r--libgfortran/m4/dotprodl.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/libgfortran/m4/dotprodl.m4 b/libgfortran/m4/dotprodl.m4
index 8f886d3..dc196e0 100644
--- a/libgfortran/m4/dotprodl.m4
+++ b/libgfortran/m4/dotprodl.m4
@@ -25,8 +25,11 @@ Boston, MA 02111-1307, USA. */
#include "libgfortran.h"'
include(iparm.m4)dnl
+extern rtype_name __dot_product_`'rtype_code (gfc_array_l4 *, gfc_array_l4 *);
+export_proto_np(__dot_product_`'rtype_code);
+
rtype_name
-`__dot_product_'rtype_code (gfc_array_l4 * a, gfc_array_l4 * b)
+__dot_product_`'rtype_code (gfc_array_l4 * a, gfc_array_l4 * b)
{
GFC_LOGICAL_4 *pa;
GFC_LOGICAL_4 *pb;
@@ -72,4 +75,3 @@ rtype_name
return 0;
}
-