Commit a37336cf by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r73363
parent 587a9854
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> 2003-11-07 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/rs6000.c (rs6000_legitimize_address): Remove * config/rs6000/rs6000.c (rs6000_legitimize_address): Remove
......
...@@ -203,7 +203,9 @@ struct dbx_file ...@@ -203,7 +203,9 @@ struct dbx_file
should always be 0 because we should not have needed any file numbers should always be 0 because we should not have needed any file numbers
yet. */ yet. */
#ifdef DBX_USE_BINCL
static struct dbx_file *current_file; static struct dbx_file *current_file;
#endif
/* This is the next file number to use. */ /* This is the next file number to use. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment