* tree.h: Remove the corresponding prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90352
138bc75d-0d04-0410-961f-
82ee72b054a4
2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
+ * fold-const.c (pedantic_non_lvalue): Make it static.
+ * tree.h: Remove the corresponding prototype.
+
+2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
+
* optabs.c (prepare_operand): Make it static.
* optabs.h: Remove the corresponding prototype.
/* When pedantic, return an expr equal to X but certainly not valid as a
pedantic lvalue. Otherwise, return X. */
-tree
+static tree
pedantic_non_lvalue (tree x)
{
if (pedantic_lvalues)
/* Return an expr equal to X but certainly not valid as an lvalue. */
extern tree non_lvalue (tree);
-extern tree pedantic_non_lvalue (tree);
extern tree convert (tree, tree);
extern unsigned int expr_align (tree);