dbxout.c (current_file): Also wrap inside DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO.

* dbxout.c (current_file): Also wrap inside DBX_DEBUGGING_INFO ||
	XCOFF_DEBUGGING_INFO.

From-SVN: r73370
This commit is contained in:
Andreas Schwab 2003-11-08 18:49:00 +00:00 committed by Andreas Schwab
parent f145ed6b90
commit e139ff5bda
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-08 Andreas Schwab <schwab@suse.de>
* dbxout.c (current_file): Also wrap inside DBX_DEBUGGING_INFO ||
XCOFF_DEBUGGING_INFO.
2003-11-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL.

View File

@ -203,7 +203,8 @@ struct dbx_file
should always be 0 because we should not have needed any file numbers
yet. */
#ifdef DBX_USE_BINCL
#if (defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)) \
&& defined (DBX_USE_BINCL)
static struct dbx_file *current_file;
#endif