diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-05-10 20:12:34 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-05-10 20:12:34 +0100 |
commit | 96703596c4a235c2c42f97ac354243853da80935 (patch) | |
tree | 68f386c4a5d024b30169b6d34365b5a00e79bfac /gcc/c-tree.h | |
parent | 955524371fecf607a7eacdc838594ce44c4a9c46 (diff) | |
download | gcc-96703596c4a235c2c42f97ac354243853da80935.zip gcc-96703596c4a235c2c42f97ac354243853da80935.tar.gz gcc-96703596c4a235c2c42f97ac354243853da80935.tar.bz2 |
c-decl.c (c_override_global_bindings_to_false): Remove.
* c-decl.c (c_override_global_bindings_to_false): Remove.
(global_bindings_p): Don't check
c_override_global_bindings_to_false.
* c-tree.h (c_override_global_bindings_to_false): Remove.
* c-typeck.c (composite_type): Don't set
c_override_global_bindings_to_false.
From-SVN: r173632
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 e2b42bf..95a0ba2 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -597,11 +597,6 @@ extern int current_function_returns_abnormally; extern int system_header_p; -/* True means global_bindings_p should return false even if the scope stack - says we are in file scope. */ - -extern bool c_override_global_bindings_to_false; - /* In c-decl.c */ extern void c_finish_incomplete_decl (tree); extern void c_write_global_declarations (void); |