]> gcc.gnu.org Git - gcc.git/commit
c-decl.c (c_expand_body_1): Remove and fold back into ...
authorAndrew Pinski <pinskia@physics.uc.edu>
Sun, 30 May 2004 23:53:32 +0000 (23:53 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 30 May 2004 23:53:32 +0000 (16:53 -0700)
commit3c79fa86db0cf6bbcc3673c2844e85ca8679370c
treeea6af9f1714899b3e6bb97969fabd46262b40f7e
parent1b0f3e79b1b3b9e96be90ec30fc6a142057e84ed
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
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/c-decl.c
gcc/c-tree.h
gcc/cp/ChangeLog
gcc/cp/cp-lang.c
This page took 0.058461 seconds and 5 git commands to generate.