Commit 02a0b1f2 by Bernardo Innocenti Committed by Bernardo Innocenti

langhooks-def.h (lhd_staticp): Change return type from int to bool in prototype…

langhooks-def.h (lhd_staticp): Change return type from int to bool in prototype to match definition.

	* langhooks-def.h (lhd_staticp): Change return type from int to
	bool in prototype to match definition.

From-SVN: r85136
parent ca79179c
2004-07-25 Bernardo Innocenti <bernie@develer.com>
* langhooks-def.h (lhd_staticp): Change return type from int to
bool in prototype to match definition.
2004-07-25 Bernardo Innocenti <bernie@develer.com>
* system.h (bool, true, false): Don't redefine as preprocessor macros
in C++.
......
......@@ -50,7 +50,7 @@ extern tree lhd_return_null_tree_v (void);
extern tree lhd_return_null_tree (tree);
extern tree lhd_do_nothing_iii_return_null_tree (int, int, int);
extern int lhd_safe_from_p (rtx, tree);
extern int lhd_staticp (tree);
extern bool lhd_staticp (tree);
extern int lhd_unsafe_for_reeval (tree);
extern void lhd_print_tree_nothing (FILE *, tree, int);
extern const char *lhd_decl_printable_name (tree, int);
......
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