]> gcc.gnu.org Git - gcc.git/blobdiff - libgfortran/generated/count_8_l8.c
iresolve.c (gfc_resolve_all, [...]): Use PREFIX.
[gcc.git] / libgfortran / generated / count_8_l8.c
index 1535af405614c0c1850e72ab558cc1e84c0af5f6..cc9f66c68dd22b93a442e21057cc2155125f7434 100644 (file)
@@ -25,11 +25,11 @@ Boston, MA 02111-1307, USA.  */
 #include "libgfortran.h"
 
 
-extern void __count_8_l8 (gfc_array_i8 *, gfc_array_l8 *, index_type *);
-export_proto_np(__count_8_l8);
+extern void count_8_l8 (gfc_array_i8 *, gfc_array_l8 *, index_type *);
+export_proto(count_8_l8);
 
 void
-__count_8_l8 (gfc_array_i8 *retarray, gfc_array_l8 *array, index_type *pdim)
+count_8_l8 (gfc_array_i8 *retarray, gfc_array_l8 *array, index_type *pdim)
 {
   index_type count[GFC_MAX_DIMENSIONS - 1];
   index_type extent[GFC_MAX_DIMENSIONS - 1];
This page took 0.025156 seconds and 5 git commands to generate.