aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-tree.h
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2017-08-09 12:34:36 +0000
committerMarek Polacek <mpolacek@gcc.gnu.org>2017-08-09 12:34:36 +0000
commit30af3a2bbd315bf82363c066a335a040dede9901 (patch)
tree1ad718c16d54f76d957c681caf1b70df47f304ea /gcc/c/c-tree.h
parent296c53ac8ad2a1ec7483d81f8ed9e2eee520f841 (diff)
downloadgcc-30af3a2bbd315bf82363c066a335a040dede9901.zip
gcc-30af3a2bbd315bf82363c066a335a040dede9901.tar.gz
gcc-30af3a2bbd315bf82363c066a335a040dede9901.tar.bz2
Boolify some parameters.
From-SVN: r250986
Diffstat (limited to 'gcc/c/c-tree.h')
-rw-r--r--gcc/c/c-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c/c-tree.h b/gcc/c/c-tree.h
index be2f272..92bcc70 100644
--- a/gcc/c/c-tree.h
+++ b/gcc/c/c-tree.h
@@ -634,7 +634,7 @@ extern void mark_exp_read (tree);
extern tree composite_type (tree, tree);
extern tree build_component_ref (location_t, tree, tree, location_t);
extern tree build_array_ref (location_t, tree, tree);
-extern tree build_external_ref (location_t, tree, int, tree *);
+extern tree build_external_ref (location_t, tree, bool, tree *);
extern void pop_maybe_used (bool);
extern struct c_expr c_expr_sizeof_expr (location_t, struct c_expr);
extern struct c_expr c_expr_sizeof_type (location_t, struct c_type_name *);