Commit 4aad31ac by Per Bothner

* tree.h: get_set_constructor_words -> get_set_constructor_bytes.

From-SVN: r8953
parent f3ffec8e
...@@ -1530,7 +1530,7 @@ extern void (*incomplete_decl_finalize_hook) (); ...@@ -1530,7 +1530,7 @@ extern void (*incomplete_decl_finalize_hook) ();
/* In tree.c */ /* In tree.c */
extern char *perm_calloc PROTO((int, long)); extern char *perm_calloc PROTO((int, long));
extern tree get_set_constructor_bits PROTO((tree, char*, int)); 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)); HOST_WIDE_INT*, int));
/* In stmt.c */ /* In stmt.c */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment