aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1995-02-14 22:40:11 -0800
committerPer Bothner <bothner@gcc.gnu.org>1995-02-14 22:40:11 -0800
commit4aad31acda5e2dabbd65db4ff3d916fead3400fd (patch)
treef9b72b383b5576cc8eeccb22e5f19d225bc82553 /gcc/tree.h
parentf3ffec8eee91e75497006f2d1f4c5a21acdea3d0 (diff)
downloadgcc-4aad31acda5e2dabbd65db4ff3d916fead3400fd.zip
gcc-4aad31acda5e2dabbd65db4ff3d916fead3400fd.tar.gz
gcc-4aad31acda5e2dabbd65db4ff3d916fead3400fd.tar.bz2
* tree.h: get_set_constructor_words -> get_set_constructor_bytes.
From-SVN: r8953
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 0de5705..94a6b2e 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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));
/* In stmt.c */