Commit 40c9a549 by Richard Kenner

(tree_int_cst_sgn): New declaration.

From-SVN: r6773
parent 18c0f675
......@@ -1121,6 +1121,7 @@ extern tree purpose_member PROTO((tree, tree));
extern tree binfo_member PROTO((tree, tree));
extern int tree_int_cst_equal PROTO((tree, tree));
extern int tree_int_cst_lt PROTO((tree, tree));
extern int tree_int_cst_sgn PROTO((tree));
extern int index_type_equal PROTO((tree, tree));
/* From expmed.c. Since rtl.h is included after tree.h, we can't
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment