aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r--gcc/cp/decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 453a2bd..cac45f2 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -5308,7 +5308,7 @@ grok_reference_init (tree decl, tree type, tree init, int flags)
initializer. If it does, an error is issued. Returns true if CE
is valid, i.e., does not have a designated initializer. */
-static bool
+bool
check_array_designated_initializer (constructor_elt *ce,
unsigned HOST_WIDE_INT index)
{