]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgfortran/m4/in_pack.m4
re PR libfortran/19308 (I/O library should support more real and integer kinds)
[thirdparty/gcc.git] / libgfortran / m4 / in_pack.m4
index 1e6fdf574842475c30d7be685fc3048e76716880..cb5be529e7cb3436513dd30a7c9146b83a74e20d 100644 (file)
@@ -34,6 +34,8 @@ Boston, MA 02110-1301, USA.  */
 #include "libgfortran.h"'
 include(iparm.m4)dnl
 
+`#if defined (HAVE_'rtype_name`)'
+
 /* Allocates a block of memory with internal_malloc if the array needs
    repacking.  */
 
@@ -124,3 +126,4 @@ rtype_name *
   return destptr;
 }
 
+#endif