From: Per Bothner Date: Wed, 15 Feb 1995 06:40:11 +0000 (-0800) Subject: * tree.h: get_set_constructor_words -> get_set_constructor_bytes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4aad31acda5e2dabbd65db4ff3d916fead3400fd;p=gcc.git * tree.h: get_set_constructor_words -> get_set_constructor_bytes. From-SVN: r8953 --- diff --git a/gcc/tree.h b/gcc/tree.h index 0de570519df..94a6b2eaef4 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1530,7 +1530,7 @@ extern void (*incomplete_decl_finalize_hook) (); /* In tree.c */ extern char *perm_calloc PROTO((int, long)); extern tree get_set_constructor_bits PROTO((tree, char*, int)); -extern tree get_set_constructor_words PROTO((tree, +extern tree get_set_constructor_bytes PROTO((tree, HOST_WIDE_INT*, int)); /* In stmt.c */