diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-08-15 21:16:23 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2002-08-15 21:16:23 +0000 |
commit | 25587e40f5d35cc73b6351b140e4c3d90aed8f7c (patch) | |
tree | be917cdfeaeec953b25fe411d7db833f292e9f3a /gcc/c-tree.h | |
parent | 0053afb9651947ee0bb421501ba71f042981dcae (diff) | |
download | gcc-25587e40f5d35cc73b6351b140e4c3d90aed8f7c.tar.gz |
c-tree.h (skip_evaluation): Move declaration...
* c-tree.h (skip_evaluation): Move declaration...
* c-common.h: ... here.
* c-typeck.c (build_external_ref): Don't assemble_external nor
mark a tree as used if skip_evaluation is set.
* c-parse.in (typeof): New non-terminal to set skip_evaluation
around TYPEOF.
(typespec_nonreserved_nonattr): Use it.
From-SVN: r56358
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index c92f1f13565..0d6829fc6e9 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -311,11 +311,6 @@ extern int current_function_returns_null; extern int current_function_returns_abnormally; -/* Nonzero means the expression being parsed will never be evaluated. - This is a count, since unevaluated expressions can nest. */ - -extern int skip_evaluation; - /* Nonzero means we are reading code that came from a system header file. */ extern int system_header_p; |