c-decl.c (define_label): Tidy.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Thu, 8 May 2003 15:04:44 +0000 (15:04 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Thu, 8 May 2003 15:04:44 +0000 (15:04 +0000)
commit95035b6fb78afbfd51cf59196bc69950932368da
tree227413f279ea46db2c8aeeeee10f6e4e20bccd53
parent7dc61d6cfb77ab9d3c59cc04d4bfb732bdb5f7d0
c-decl.c (define_label): Tidy.

* c-decl.c (define_label): Tidy.  Don't use any of
error_with_file_and_line or warning_with_file_and_file.
(pending_xref_error): Likewise.
(store_parm_decls): Likewise.
(current_function_prototype_locus): New object.  Package from
current_function_prototype_file and current_function_prototype_line.
(start_function): Use it.
(current_function_prototype_file): Remove.
(current_function_prototype_line): Remove;

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