summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-19 12:25:36 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-19 12:25:36 +0000
commitbc233f0cbf2463024900ad0df5be174d5708e492 (patch)
treeb6d2073ea90e334c020c7570d062f0d8453a39fd /gcc/c-lex.c
parentf225b9ac3e91273ffdbc7247da05fc42ffd0b600 (diff)
downloadgcc-bc233f0cbf2463024900ad0df5be174d5708e492.tar.gz
* c-tree.h: Remove declaration of poplevel.
* tree.h: Remove declaration of approx_sqrt. * c-lex.c: Remove redundant declaration of asm_out_file. * flags.h: Remove declaration of warn_unknown_pragma and main_input_filename. * rtl.h: Remove functions from fold-const.c since they're already declared in tree.h. * regs.h: Remove redundant declaration of reg_names. cp: * cp-tree.h: Remove duplicated declarations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68193 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index ea0f80c7b83..313b4be4e90 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -52,9 +52,6 @@ static unsigned int src_lineno;
static int header_time, body_time;
static splay_tree file_info_tree;
-/* File used for outputting assembler code. */
-extern FILE *asm_out_file;
-
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE TYPE_PRECISION (wchar_type_node)