* fold-const.c (pedantic_non_lvalue): Make it static.
* tree.h: Remove the corresponding prototype.
From-SVN: r90352
+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.
/* 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);