diff options
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index d8987e2..3b97367 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -157,7 +157,7 @@ cp_build_parm_decl (tree name, tree type) /* Returns a PARM_DECL for a parameter of the indicated TYPE, with the indicated NAME. */ -tree +static tree build_artificial_parm (tree name, tree type) { tree parm = cp_build_parm_decl (name, type); |