From: Doug Evans Date: Sat, 18 Feb 1995 18:53:51 +0000 (+0000) Subject: (get_set_constructor_bytes): Fix prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e95c4d02eae645ca3d4b9d93d77a30452d8b0d8;p=gcc.git (get_set_constructor_bytes): Fix prototype. From-SVN: r8967 --- diff --git a/gcc/tree.h b/gcc/tree.h index 94a6b2eaef4..79d98813033 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1531,7 +1531,7 @@ extern void (*incomplete_decl_finalize_hook) (); extern char *perm_calloc PROTO((int, long)); extern tree get_set_constructor_bits PROTO((tree, char*, int)); extern tree get_set_constructor_bytes PROTO((tree, - HOST_WIDE_INT*, int)); + unsigned char*, int)); /* In stmt.c */