aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2004-05-30 23:53:32 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-05-30 16:53:32 -0700
commit3c79fa86db0cf6bbcc3673c2844e85ca8679370c (patch)
treeea6af9f1714899b3e6bb97969fabd46262b40f7e /gcc/c-common.h
parent1b0f3e79b1b3b9e96be90ec30fc6a142057e84ed (diff)
downloadgcc-3c79fa86db0cf6bbcc3673c2844e85ca8679370c.zip
gcc-3c79fa86db0cf6bbcc3673c2844e85ca8679370c.tar.gz
gcc-3c79fa86db0cf6bbcc3673c2844e85ca8679370c.tar.bz2
c-decl.c (c_expand_body_1): Remove and fold back into ...
ChangeLog: * c-decl.c (c_expand_body_1): Remove and fold back into ... (c_expand_body): here. (c_expand_decl): Move to ... * c-common.c (c_expand_decl): Here and remove check for nested functions. * c-common.h (c_expand_decl): Add prototype. * c-tree.h (c_expand_decl): Remove. cp/ChangeLog: * cp-lang.c (cp_expand_decl): Remove. (LANG_HOOKS_EXPAND_DECL): Use c_expand_decl. From-SVN: r82469
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index a9a0c0e..8d0f926 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -332,6 +332,7 @@ extern void prep_stmt (tree);
extern tree c_begin_if_stmt (void);
extern tree c_begin_while_stmt (void);
extern void c_finish_while_stmt_cond (tree, tree);
+extern int c_expand_decl (tree);
extern int field_decl_cmp (const void *, const void *);
extern void resort_sorted_fields (void *, void *, gt_pointer_operator,