diff options
Diffstat (limited to 'gcc/dbxout.c')
| -rw-r--r-- | gcc/dbxout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 9419331..dee3839 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -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 |
