diff options
author | Richard Henderson <rth@redhat.com> | 2002-03-28 10:51:49 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-03-28 10:51:49 -0800 |
commit | 619708cce29db738d1926514d92c07b24f689b22 (patch) | |
tree | c3f3d3f6bcb25054ebc7c74e7f3117eb734219a8 /gcc/c-objc-common.c | |
parent | b1d874d7b19e09b07657ace24315e9ee279a9ae9 (diff) | |
download | gcc-619708cce29db738d1926514d92c07b24f689b22.zip gcc-619708cce29db738d1926514d92c07b24f689b22.tar.gz gcc-619708cce29db738d1926514d92c07b24f689b22.tar.bz2 |
c-decl.c (finish_function): New arg can_defer_p.
* c-decl.c (finish_function): New arg can_defer_p. Pass it
on to c_expand_body.
* c-tree.h (finish_function): Update decl.
* c-objc-common.c, c-parse.in, objc/objc-act.c: Update calls.
From-SVN: r51518
Diffstat (limited to 'gcc/c-objc-common.c')
-rw-r--r-- | gcc/c-objc-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-objc-common.c b/gcc/c-objc-common.c index 416a310..595e6ce 100644 --- a/gcc/c-objc-common.c +++ b/gcc/c-objc-common.c @@ -326,7 +326,7 @@ finish_cdtor (body) RECHAIN_STMTS (body, COMPOUND_BODY (body)); - finish_function (0); + finish_function (0, 0); } /* Called at end of parsing, but before end-of-file processing. */ |