* tree.h: get_set_constructor_words -> get_set_constructor_bytes.
authorPer Bothner <bothner@gcc.gnu.org>
Wed, 15 Feb 1995 06:40:11 +0000 (22:40 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 15 Feb 1995 06:40:11 +0000 (22:40 -0800)
From-SVN: r8953

gcc/tree.h

index 0de5705..94a6b2e 100644 (file)
@@ -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));
 \f
 /* In stmt.c */