diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 599aa167760..9301e659536 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -2351,8 +2351,7 @@ expand_body (tree fn) /* Generate RTL for FN. */ void -expand_or_defer_fn (fn) - tree fn; +expand_or_defer_fn (tree fn) { /* When the parser calls us after finishing the body of a template function, we don't really want to expand the body. When we're |