From 14f1f66f64d43bb15064761b9cb09653c7fb4ed2 Mon Sep 17 00:00:00 2001 From: ghazi Date: Sat, 8 Nov 2003 15:08:51 +0000 Subject: [PATCH] * dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73363 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/dbxout.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a9a864371a4..a71a779ff34 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-11-08 Kaveh R. Ghazi + + * dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL. + 2003-11-07 Geoffrey Keating * config/rs6000/rs6000.c (rs6000_legitimize_address): Remove diff --git a/gcc/dbxout.c b/gcc/dbxout.c index e6b2c880f17..94193313072 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -203,7 +203,9 @@ struct dbx_file should always be 0 because we should not have needed any file numbers yet. */ +#ifdef DBX_USE_BINCL static struct dbx_file *current_file; +#endif /* This is the next file number to use. */ -- 2.11.4.GIT