aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/libgfortran/libgfortran.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/libgfortran/libgfortran.h')
-rw-r--r--gcc-4.6/libgfortran/libgfortran.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc-4.6/libgfortran/libgfortran.h b/gcc-4.6/libgfortran/libgfortran.h
index c9d3f37..87d5950 100644
--- a/gcc-4.6/libgfortran/libgfortran.h
+++ b/gcc-4.6/libgfortran/libgfortran.h
@@ -1284,6 +1284,10 @@ extern int compare_string_char4 (gfc_charlen_type, const gfc_char4_t *,
gfc_charlen_type, const gfc_char4_t *);
iexport_proto(compare_string_char4);
+extern int memcmp_char4 (const void *, const void *, size_t);
+internal_proto(memcmp_char4);
+
+
/* random.c */
extern void random_seed_i4 (GFC_INTEGER_4 * size, gfc_array_i4 * put,