summaryrefslogtreecommitdiff
path: root/gcc/opts.h
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-08 19:49:08 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-08 19:49:08 +0000
commitae0686dd0be55830a946743f0b35b260b5bf0f91 (patch)
tree4da42eccc0c6c979a20a5bd52c246aa67107bf03 /gcc/opts.h
parent13e3668ac2244ffa24020c796dbb85c0da139cff (diff)
downloadgcc-ae0686dd0be55830a946743f0b35b260b5bf0f91.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84306 138bc75d-0d04-0410-961f-82ee72b054a4
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 69eb3b8a55d..17b2bca3f84 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