aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.h
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2004-07-08 19:49:08 +0000
committerZack Weinberg <zack@gcc.gnu.org>2004-07-08 19:49:08 +0000
commit5b02f0e0046d946792d7e05b569cb6d2c54442ee (patch)
tree4da42eccc0c6c979a20a5bd52c246aa67107bf03 /gcc/opts.h
parent95bcca470502e25b79b4b7820732d706bc7317aa (diff)
downloadgcc-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/opts.h b/gcc/opts.h
index 69eb3b8..17b2bca 100644
--- a/gcc/opts.h
+++ b/gcc/opts.h
@@ -57,8 +57,4 @@ extern const char **in_fnames;
extern unsigned num_in_fnames;
-/* Current input filename index. */
-
-extern unsigned cur_in_fname;
-
#endif