summaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-15 19:34:27 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-15 19:34:27 +0000
commitdf623cbd1516abe65a7be0b96377ea47c2c00625 (patch)
treea3c24c0041c17c33393ad2ddf813f84a4b288e6a /gcc/cp/pt.c
parent991e1cc6bd7eeb652f8f1ecf814bb89f88eeb666 (diff)
downloadgcc-df623cbd1516abe65a7be0b96377ea47c2c00625.tar.gz
* lambda.c (add_capture): Don't add DECL_LANG_SPECIFIC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202603 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r--gcc/cp/pt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index d560e3cb161..fed004c9013 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -10500,7 +10500,7 @@ tsubst_decl (tree t, tree args, tsubst_flags_t complain)
}
}
- /* Loop through all of the parameter's we'll build. When T is
+ /* Loop through all of the parameters we'll build. When T is
a function parameter pack, LEN is the number of expanded
types in EXPANDED_TYPES; otherwise, LEN is 1. */
r = NULL_TREE;