OSDN Git Service

* dbxout.c (current_file): Wrap declaration in DBX_USE_BINCL.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Nov 2003 15:08:51 +0000 (15:08 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Nov 2003 15:08:51 +0000 (15:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73363 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/dbxout.c

index a9a8643..a71a779 100644 (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
index e6b2c88..9419331 100644 (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.  */