aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lambda.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/lambda.c')
-rw-r--r--gcc/cp/lambda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/lambda.c b/gcc/cp/lambda.c
index a0a80df..6a79826 100644
--- a/gcc/cp/lambda.c
+++ b/gcc/cp/lambda.c
@@ -388,7 +388,7 @@ lambda_proxy_type (tree ref)
inside the operator(), build a placeholder var for future lookups and
debugging. */
-tree
+static tree
build_capture_proxy (tree member, tree init)
{
tree var, object, fn, closure, name, lam, type;