aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-03-28 10:51:49 -0800
committerRichard Henderson <rth@gcc.gnu.org>2002-03-28 10:51:49 -0800
commit619708cce29db738d1926514d92c07b24f689b22 (patch)
treec3f3d3f6bcb25054ebc7c74e7f3117eb734219a8 /gcc/c-tree.h
parentb1d874d7b19e09b07657ace24315e9ee279a9ae9 (diff)
downloadgcc-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-tree.h')
-rw-r--r--gcc/c-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 53d55d4..57c335d 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -192,7 +192,7 @@ extern tree define_label PARAMS ((const char *, int,
tree));
extern void finish_decl PARAMS ((tree, tree, tree));
extern tree finish_enum PARAMS ((tree, tree, tree));
-extern void finish_function PARAMS ((int));
+extern void finish_function PARAMS ((int, int));
extern tree finish_struct PARAMS ((tree, tree, tree));
extern tree get_parm_info PARAMS ((int));
extern tree grokfield PARAMS ((const char *, int, tree, tree, tree));