Commit 4e95c4d0 by Doug Evans

(get_set_constructor_bytes): Fix prototype.

From-SVN: r8967
parent ac57a943
...@@ -1531,7 +1531,7 @@ extern void (*incomplete_decl_finalize_hook) (); ...@@ -1531,7 +1531,7 @@ extern void (*incomplete_decl_finalize_hook) ();
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_bytes PROTO((tree, extern tree get_set_constructor_bytes PROTO((tree,
HOST_WIDE_INT*, int)); unsigned char*, 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