]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-tree.h (grokfield): Remove unused filename and line parameters.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 27 Jun 2003 09:05:45 +0000 (09:05 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 27 Jun 2003 09:05:45 +0000 (09:05 +0000)
commitbc4721b87e7805c69e5c21b163292a41e3f3e7db
treea45098d02265b935900487928cee37f19d7a97d5
parent215f9e283a9c44b0bae3954e4f6a85b4a6cf9fbb
c-tree.h (grokfield): Remove unused filename and line parameters.

* c-tree.h (grokfield): Remove unused filename and line parameters.
* c-decl.c (grokfield): Remove unused filename and line parameters.
* c-parse.in (component_decl): Adjust field grokking rules, adjust
grokfield calls.
(component_declarator): Likewise.
(component_notype_declarator): Likewise.
* objc/objc-act.c (build_module_descriptor): Adjust grokfield
calls.
(build_protocol_template, build_method_prototype_list_template,
build_method_prototype_template, build_category_template,
build_selector_template, build_class_template,
build_super_template, build_ivar_template,
build_ivar_list_template, build_method_list_template,
build_method_template, add_instance_variable): Likewise.

From-SVN: r68560
gcc/ChangeLog
gcc/c-decl.c
gcc/c-parse.in
gcc/c-tree.h
gcc/objc/objc-act.c