* dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL.

From-SVN: r73363
This commit is contained in:
Kaveh R. Ghazi 2003-11-08 15:08:51 +00:00 committed by Kaveh Ghazi
parent 587a98546a
commit a37336cf73
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-11-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL.
2003-11-07 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/rs6000.c (rs6000_legitimize_address): Remove

View File

@ -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. */