OSDN Git Service

* c-decl.c: Update commentary, adjust blank lines throughout.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jul 2003 22:19:46 +0000 (22:19 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jul 2003 22:19:46 +0000 (22:19 +0000)
commitb3924a2c8517d6ac81a03aa1f10c63ed43dcbdec
treeb25acde512454a3053fdf16ae06bc2426487fbdd
parent0330cacd5c551c28322fa92957001e3998b79bce
* c-decl.c: Update commentary, adjust blank lines throughout.
(struct c_scope): Fix indentation.  Reorder members so
outer-context pointers come first, booleans last.
(duplicate_decls, define_label): Use a 'locus' variable for
diagnostic locations in a few more places.
(warn_if_shadowing): Un-split a conditional that fits on one line.
(c_init_decl_processing): No need to clear current_scope and
current_function_scope.
(start_decl): Merge if/else if statements with same action.
(push_parm_decl): Rename old_immediate_size_expand to use
save_foo convention; save/restore around entire function.
(grokdeclarator): Remove unnecessary braces.

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