diff options
Diffstat (limited to 'libgfortran/generated/minloc1_4_r8.c')
-rw-r--r-- | libgfortran/generated/minloc1_4_r8.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/libgfortran/generated/minloc1_4_r8.c b/libgfortran/generated/minloc1_4_r8.c index bb59dccd77d..73d1a455883 100644 --- a/libgfortran/generated/minloc1_4_r8.c +++ b/libgfortran/generated/minloc1_4_r8.c @@ -27,11 +27,11 @@ Boston, MA 02111-1307, USA. */ #include "libgfortran.h" -extern void __minloc1_4_r8 (gfc_array_i4 *, gfc_array_r8 *, index_type *); -export_proto_np(__minloc1_4_r8); +extern void minloc1_4_r8 (gfc_array_i4 *, gfc_array_r8 *, index_type *); +export_proto(minloc1_4_r8); void -__minloc1_4_r8 (gfc_array_i4 *retarray, gfc_array_r8 *array, index_type *pdim) +minloc1_4_r8 (gfc_array_i4 *retarray, gfc_array_r8 *array, index_type *pdim) { index_type count[GFC_MAX_DIMENSIONS - 1]; index_type extent[GFC_MAX_DIMENSIONS - 1]; @@ -157,12 +157,13 @@ __minloc1_4_r8 (gfc_array_i4 *retarray, gfc_array_r8 *array, index_type *pdim) } -extern void __mminloc1_4_r8 (gfc_array_i4 *, gfc_array_r8 *, index_type *, - gfc_array_l4 *); -export_proto_np(__mminloc1_4_r8); +extern void mminloc1_4_r8 (gfc_array_i4 *, gfc_array_r8 *, index_type *, + gfc_array_l4 *); +export_proto(mminloc1_4_r8); void -__mminloc1_4_r8 (gfc_array_i4 * retarray, gfc_array_r8 * array, index_type *pdim, gfc_array_l4 * mask) +mminloc1_4_r8 (gfc_array_i4 * retarray, gfc_array_r8 * array, + index_type *pdim, gfc_array_l4 * mask) { index_type count[GFC_MAX_DIMENSIONS - 1]; index_type extent[GFC_MAX_DIMENSIONS - 1]; |