]> git.ipfire.org Git - thirdparty/gcc.git/commit
* c-decl.c (lookup_label): Return NULL_TREE instead of 0.
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Sep 2015 12:48:50 +0000 (12:48 +0000)
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Sep 2015 12:48:50 +0000 (12:48 +0000)
commita39b4dc069257707a304f2b5ede498c6b983ce38
treef8201dfa06a26b11130c16ab1eccf8a732aa2e59
parentfda7ad8bc3186080e10facd779c6271aeff42c43
* c-decl.c (lookup_label): Return NULL_TREE instead of 0.
(lookup_tag): Change the type of THISLEVEL_ONLY to bool.
Return NULL_TREE instead of 0.
(lookup_name): Return NULL_TREE instead of 0.
(lookup_name_in_scope): Likewise.
(shadow_tag_warned): Use true instead of 1 and NULL_TREE instead of 0.
(parser_xref_tag): Use false instead of 0.
(start_struct): Use true instead of 1.
(start_enum): Use true instead of 1 and NULL_TREE instead of 0.

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