aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1994-09-08 11:59:33 -0700
committerPer Bothner <bothner@gcc.gnu.org>1994-09-08 11:59:33 -0700
commitbca949e2511608b06398451ddb7c9bbea0cdc8b3 (patch)
tree243e838b856d8fa2146acdf673081d3d2ca6b995 /gcc/tree.h
parentbabfe4370ee988230f9c4911e98975f5954542b1 (diff)
downloadgcc-bca949e2511608b06398451ddb7c9bbea0cdc8b3.zip
gcc-bca949e2511608b06398451ddb7c9bbea0cdc8b3.tar.gz
gcc-bca949e2511608b06398451ddb7c9bbea0cdc8b3.tar.bz2
(get_set_constructor_bits, get_set_constructor_words): New functions.
From-SVN: r8044
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index bfb82f2..5976437 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1498,6 +1498,9 @@ 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,
+ HOST_WIDE_INT*, int));
/* In stmt.c */