]> gcc.gnu.org Git - gcc.git/commit
class.c (finish_struct): Use location_t and input_location directly.
authorNathan Sidwell <nathan@codesourcery.com>
Sat, 3 May 2003 11:37:22 +0000 (11:37 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sat, 3 May 2003 11:37:22 +0000 (11:37 +0000)
commit82a98427a9d2ab2a8ec9b09f8c91069ef21bd82d
tree56a2e50e3428759507c63ee6c3a98ddc04ece45f
parent778ea5199f9f53f94ecf99b9c088096ab2d2791b
class.c (finish_struct): Use location_t and input_location directly.

* class.c (finish_struct): Use location_t and input_location
directly.
* decl.c (make_label_decl): Likewise.
(use_label): Likewise.
* decl2.c (warn_if_unknown_interface): Likewise.
(start_static_initialization_or_destruction): Likewise.
(generate_ctor_or_dtor_function): Likewise.
(finish_file): Likewise.
* error.c (print_instantiation_full_context): Likewise.
* init.c (create_temporary_var): Likewise.
* method.c (synthesize_method): Likewise.
* parser.c (cp_token): Likewise.
(cp_lexer_set_source_position_from_token): Likewise.
(cp_lexer_get_preprocessor_token): Likewise.
(cp_parser_statement): Likewise.
* pt.c (tsubst_friend_function): Likewise.
(instantiate_class_template): Likewise.
(tsubst_decl): Likewise.
(tsubst): Likewise.
(instantiate_decl): Likewise.
* semantics.c (begin_class_definition): Likewise.
(expand_body): Likewise.

From-SVN: r66423
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/error.c
gcc/cp/init.c
gcc/cp/method.c
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/semantics.c
This page took 0.058476 seconds and 5 git commands to generate.