OSDN Git Service

* c-decl.c (builtin_decls): Replace with first_builtin_decl
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Aug 2003 03:12:09 +0000 (03:12 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Aug 2003 03:12:09 +0000 (03:12 +0000)
commitefe3489e0099236b1722fdf7a58cb16eb2fa22e4
treecbd19b1bfbd1bc0e96fba027d2c31276bb28dfa6
parent7c00f3facc343ea4c141bd3e2c94ff7b6489eb81
* c-decl.c (builtin_decls): Replace with first_builtin_decl
and last_builtin_decl.
(c_init_decl_processing): Initialize both.
(c_reset_state): Iterate from first_builtin_decl to
last_builtin_decl inclusive to reintroduce builtins.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70218 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-decl.c