OSDN Git Service

* libgfortran.h: Add prototype for internal_unpack_c16.
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Oct 2006 07:54:09 +0000 (07:54 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Oct 2006 07:54:09 +0000 (07:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117345 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog
libgfortran/libgfortran.h

index ed23b40..938e946 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-01  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       * libgfortran.h: Add prototype for internal_unpack_c16.
+
 2006-09-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
        PR libfortran/18791
index 0c0e6cd..cdbde51 100644 (file)
@@ -646,6 +646,11 @@ extern void internal_unpack_c10 (gfc_array_c10 *, const GFC_COMPLEX_10 *);
 internal_proto(internal_unpack_c10);
 #endif
 
+#if defined HAVE_GFC_COMPLEX_16
+extern void internal_unpack_c16 (gfc_array_c16 *, const GFC_COMPLEX_16 *);
+internal_proto(internal_unpack_c16);
+#endif
+
 /* string_intrinsics.c */
 
 extern GFC_INTEGER_4 compare_string (GFC_INTEGER_4, const char *,