aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-semantics.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-semantics.c')
-rw-r--r--gcc/c-semantics.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c
index d6477f6..bf85f7f 100644
--- a/gcc/c-semantics.c
+++ b/gcc/c-semantics.c
@@ -151,10 +151,7 @@ prune_unused_decls (tp, walk_subtrees, data)
tree t = *tp;
if (t == NULL_TREE)
- {
- *walk_subtrees = 0;
- return NULL_TREE;
- }
+ return (tree) 1;
if (TREE_CODE (t) == DECL_STMT)
{