c-decl.c (builtin_decls): Replace with first_builtin_decl and last_builtin_decl.
authorZack Weinberg <zack@gcc.gnu.org>
Thu, 7 Aug 2003 03:12:09 +0000 (03:12 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 7 Aug 2003 03:12:09 +0000 (03:12 +0000)
commitfdc49e10e69a5f250b6784c77c3617fb853e5634
treecbd19b1bfbd1bc0e96fba027d2c31276bb28dfa6
parent7c6e92558c74d538f6790a81178b8cbe21f9dedc
c-decl.c (builtin_decls): Replace with first_builtin_decl and last_builtin_decl.

* 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.

From-SVN: r70218
gcc/ChangeLog
gcc/c-decl.c