c-decl.c (lookup_label): Return NULL_TREE instead of 0.
authorMarek Polacek <polacek@redhat.com>
Tue, 15 Sep 2015 12:48:50 +0000 (12:48 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Tue, 15 Sep 2015 12:48:50 +0000 (12:48 +0000)
commit2f3bb934a1223f6f98314a7e730407e5e8ff1e68
treef8201dfa06a26b11130c16ab1eccf8a732aa2e59
parentabf47511f57721e791c48852c01bb32d0689525f
c-decl.c (lookup_label): Return NULL_TREE instead of 0.

* 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.

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