aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-19 12:25:36 +0000
committerAndreas Jaeger <aj@suse.de>2003-06-19 12:25:36 +0000
commit3dc8a44b8cce0e81d277282039c6224ecaa7096e (patch)
treeb6d2073ea90e334c020c7570d062f0d8453a39fd /gcc/c-lex.c
parentf9c680166bc9d410b1aebe5ac4f48a4108f9d2e3 (diff)
* 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: https://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)