mirror of git://gcc.gnu.org/git/gcc.git
* libgfortran.h: Add prototype for internal_unpack_c16.
From-SVN: r117345
This commit is contained in:
parent
f6f7aabcd6
commit
f53c2bfab1
|
@ -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>
|
2006-09-29 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
||||||
|
|
||||||
PR libfortran/18791
|
PR libfortran/18791
|
||||||
|
|
|
@ -646,6 +646,11 @@ extern void internal_unpack_c10 (gfc_array_c10 *, const GFC_COMPLEX_10 *);
|
||||||
internal_proto(internal_unpack_c10);
|
internal_proto(internal_unpack_c10);
|
||||||
#endif
|
#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 */
|
/* string_intrinsics.c */
|
||||||
|
|
||||||
extern GFC_INTEGER_4 compare_string (GFC_INTEGER_4, const char *,
|
extern GFC_INTEGER_4 compare_string (GFC_INTEGER_4, const char *,
|
||||||
|
|
Loading…
Reference in New Issue