diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2004-07-08 19:49:08 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2004-07-08 19:49:08 +0000 |
commit | 5b02f0e0046d946792d7e05b569cb6d2c54442ee (patch) | |
tree | 4da42eccc0c6c979a20a5bd52c246aa67107bf03 /gcc/opts.h | |
parent | 95bcca470502e25b79b4b7820732d706bc7317aa (diff) | |
download | gcc-5b02f0e0046d946792d7e05b569cb6d2c54442ee.zip gcc-5b02f0e0046d946792d7e05b569cb6d2c54442ee.tar.gz gcc-5b02f0e0046d946792d7e05b569cb6d2c54442ee.tar.bz2 |
c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope decls when...
* c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope
decls when there is only one input translation unit.
* langhooks.c (lhd_set_decl_assembler_name): Partially revert
change of 2004-07-05; do not treat declarations with
DECL_CONTEXT a TRANSLATION_UNIT_DECL specially.
* opts.c (cur_in_fname): Delete.
* opts.h: Likewise.
* tree.c: Revert changes of 2004-07-05; no special treatment
for TRANSLATION_UNIT_DECLs.
* Makefile.in (tree.o): Update dependencies.
From-SVN: r84306
Diffstat (limited to 'gcc/opts.h')
-rw-r--r-- | gcc/opts.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -57,8 +57,4 @@ extern const char **in_fnames; extern unsigned num_in_fnames; -/* Current input filename index. */ - -extern unsigned cur_in_fname; - #endif |