aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2007-08-09 13:56:45 +0000
committerMichael Matz <matz@gcc.gnu.org>2007-08-09 13:56:45 +0000
commit3eb0da77ceb36a1f43b8b12fffaf55707272736b (patch)
tree1d8ea953e3eaf67bf7fbcf190d2ed189bc34ed56 /gcc/tree.h
parentcd7ae74d271aa3b43bad244c7dc2970986946e6a (diff)
downloadgcc-3eb0da77ceb36a1f43b8b12fffaf55707272736b.zip
gcc-3eb0da77ceb36a1f43b8b12fffaf55707272736b.tar.gz
gcc-3eb0da77ceb36a1f43b8b12fffaf55707272736b.tar.bz2
tree.h (fixed_zerop): Declare as taking a const_tree.
* tree.h (fixed_zerop): Declare as taking a const_tree. * tree.c (fixed_zerop): Take a const_tree. From-SVN: r127316
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index c7301fc..808897b 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -4429,7 +4429,7 @@ extern tree num_ending_zeros (const_tree);
/* fixed_zerop (tree x) is nonzero if X is a fixed-point constant of
value 0. */
-extern int fixed_zerop (tree);
+extern int fixed_zerop (const_tree);
/* staticp (tree x) is nonzero if X is a reference to data allocated
at a fixed address in memory. Returns the outermost data. */