From 4aad31acda5e2dabbd65db4ff3d916fead3400fd Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 14 Feb 1995 22:40:11 -0800 Subject: [PATCH] * tree.h: get_set_constructor_words -> get_set_constructor_bytes. From-SVN: r8953 --- gcc/tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2