diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 177bcea5744..21ff5eeacd1 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -7200,10 +7200,10 @@ mark_c_function_context (f) mark_binding_level (&p->binding_level); } -/* Copy the DECL_LANG_SPECIFIC data associated with NODE. */ +/* Copy the DECL_LANG_SPECIFIC data associated with DECL. */ void -copy_lang_decl (decl) +c_dup_lang_specific_decl (decl) tree decl; { struct lang_decl *ld; |