aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2004-06-07 02:10:55 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2004-06-07 02:10:55 +0000
commit25a1a39e0d97ba879795de3fafd3115ba06a514f (patch)
tree961f94e941344d1d60e4d74f3e9ca46289b5ae10 /gcc/tree.h
parent00dd8ca593fe7cb656195283796c158dcef486c6 (diff)
downloadgcc-25a1a39e0d97ba879795de3fafd3115ba06a514f.zip
gcc-25a1a39e0d97ba879795de3fafd3115ba06a514f.tar.gz
gcc-25a1a39e0d97ba879795de3fafd3115ba06a514f.tar.bz2
tree.h (lvalue_or_else): Delete function prototype.
* tree.h (lvalue_or_else): Delete function prototype. * c-typeck.c (lvalue_or_else): Make static. Add static prototype. * cp/cp-tree.h (lvalue_or_else): Add function prototype. From-SVN: r82679
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index d3df75a..c6a9f07 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3167,11 +3167,6 @@ extern int integer_nonzerop (tree);
extern int staticp (tree);
-/* Gets an error if argument X is not an lvalue.
- Also returns 1 if X is an lvalue, 0 if not. */
-
-extern int lvalue_or_else (tree, const char *);
-
/* save_expr (EXP) returns an expression equivalent to EXP
but it can be used multiple times within context CTX
and only evaluate EXP once. */