(get_set_constructor_bytes): Fix prototype.
authorDoug Evans <dje@gnu.org>
Sat, 18 Feb 1995 18:53:51 +0000 (18:53 +0000)
committerDoug Evans <dje@gnu.org>
Sat, 18 Feb 1995 18:53:51 +0000 (18:53 +0000)
From-SVN: r8967

gcc/tree.h

index 94a6b2eaef4f8e7a52484a7507e79cadae6a96ba..79d98813033fe8a2a80da3d10fea1486b92107d2 100644 (file)
@@ -1531,7 +1531,7 @@ extern void (*incomplete_decl_finalize_hook) ();
 extern char *perm_calloc                       PROTO((int, long));
 extern tree get_set_constructor_bits           PROTO((tree, char*, int));
 extern tree get_set_constructor_bytes          PROTO((tree,
-                                                      HOST_WIDE_INT*, int));
+                                                      unsigned char*, int));
 \f
 /* In stmt.c */