From a37336cf735255f3856b265bf40cf911466fd82b Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sat, 8 Nov 2003 15:08:51 +0000 Subject: * dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL. From-SVN: r73363 --- gcc/dbxout.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/dbxout.c') diff --git a/gcc/dbxout.c b/gcc/dbxout.c index e6b2c88..9419331 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. */ -- cgit v1.1