diff options
author | Roger Sayle <roger@eyesopen.com> | 2004-06-07 02:10:55 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2004-06-07 02:10:55 +0000 |
commit | 25a1a39e0d97ba879795de3fafd3115ba06a514f (patch) | |
tree | 961f94e941344d1d60e4d74f3e9ca46289b5ae10 /gcc/tree.h | |
parent | 00dd8ca593fe7cb656195283796c158dcef486c6 (diff) | |
download | gcc-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.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. */ |