diff options
Diffstat (limited to 'libgfortran/generated/count_8_l4.c')
-rw-r--r-- | libgfortran/generated/count_8_l4.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgfortran/generated/count_8_l4.c b/libgfortran/generated/count_8_l4.c index 595cb40..b32b30e 100644 --- a/libgfortran/generated/count_8_l4.c +++ b/libgfortran/generated/count_8_l4.c @@ -34,6 +34,9 @@ Boston, MA 02110-1301, USA. */ #include "libgfortran.h" +#if defined (HAVE_GFC_LOGICAL_4) && defined (HAVE_GFC_INTEGER_8) + + extern void count_8_l4 (gfc_array_i8 *, gfc_array_l4 *, index_type *); export_proto(count_8_l4); @@ -167,3 +170,4 @@ count_8_l4 (gfc_array_i8 *retarray, gfc_array_l4 *array, index_type *pdim) } } +#endif |