diff options
author | Richard Henderson <rth@redhat.com> | 2004-12-12 18:47:58 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2004-12-12 18:47:58 -0800 |
commit | 7f68c75fb313ac9e2bb59dc960071ac429486529 (patch) | |
tree | 5d494dd2281213ae1afacc71aecb1aae933d6f83 /libgfortran/generated/minloc0_4_r8.c | |
parent | 5ad85f7dc81455d7a6551bdb9a3519fa697d15d7 (diff) | |
download | gcc-7f68c75fb313ac9e2bb59dc960071ac429486529.tar.gz |
iresolve.c (gfc_resolve_all, [...]): Use PREFIX.
gcc/fortran/
* iresolve.c (gfc_resolve_all, gfc_resolve_any, gfc_resolve_count,
gfc_resolve_cshift, gfc_resolve_dot_product, gfc_resolve_eoshift,
gfc_resolve_matmul, gfc_resolve_maxloc, gfc_resolve_maxval,
gfc_resolve_minloc, gfc_resolve_minval, gfc_resolve_pack,
gfc_resolve_product, gfc_resolve_reshape, gfc_resolve_shape,
gfc_resolve_spread, gfc_resolve_sum, gfc_resolve_transpose,
gfc_resolve_unpack: Use PREFIX.
libgfortran/
* intrinsics/cshift0.c, intrinsics/eoshift0.c, intrinsics/eoshift2.c,
intrinsics/pack_generic.c, intrinsics/reshape_generic.c,
intrinsics/spread_generic.c, intrinsics/transpose_generic.c,
intrinsics/unpack_generic.c, m4/cshift1.m4, m4/dotprod.m4,
m4/dotprodc.m4, m4/dotprodl.m4, m4/eoshift1.m4, m4/eoshift3.m4,
m4/iforeach.m4, m4/ifunction.m4, m4/matmul.m4, m4/matmull.m4,
m4/reshape.m4, m4/shape.m4, m4/transpose.m4: Use standard prefix
instead of "__".
* generated/*: Rebuild.
From-SVN: r92075
Diffstat (limited to 'libgfortran/generated/minloc0_4_r8.c')
-rw-r--r-- | libgfortran/generated/minloc0_4_r8.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libgfortran/generated/minloc0_4_r8.c b/libgfortran/generated/minloc0_4_r8.c index 8a4267d653a..25b0e63e5c8 100644 --- a/libgfortran/generated/minloc0_4_r8.c +++ b/libgfortran/generated/minloc0_4_r8.c @@ -28,11 +28,11 @@ Boston, MA 02111-1307, USA. */ -extern void __minloc0_4_r8 (gfc_array_i4 * retarray, gfc_array_r8 *array); -export_proto_np(__minloc0_4_r8); +extern void minloc0_4_r8 (gfc_array_i4 * retarray, gfc_array_r8 *array); +export_proto(minloc0_4_r8); void -__minloc0_4_r8 (gfc_array_i4 * retarray, gfc_array_r8 *array) +minloc0_4_r8 (gfc_array_i4 * retarray, gfc_array_r8 *array) { index_type count[GFC_MAX_DIMENSIONS]; index_type extent[GFC_MAX_DIMENSIONS]; @@ -122,11 +122,12 @@ __minloc0_4_r8 (gfc_array_i4 * retarray, gfc_array_r8 *array) } -extern void __mminloc0_4_r8 (gfc_array_i4 *, gfc_array_r8 *, gfc_array_l4 *); -export_proto_np(__mminloc0_4_r8); +extern void mminloc0_4_r8 (gfc_array_i4 *, gfc_array_r8 *, gfc_array_l4 *); +export_proto(mminloc0_4_r8); void -__mminloc0_4_r8 (gfc_array_i4 * retarray, gfc_array_r8 *array, gfc_array_l4 * mask) +mminloc0_4_r8 (gfc_array_i4 * retarray, gfc_array_r8 *array, + gfc_array_l4 * mask) { index_type count[GFC_MAX_DIMENSIONS]; index_type extent[GFC_MAX_DIMENSIONS]; |