diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-21 23:58:13 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-21 23:58:13 +0000 |
commit | 72cc682a17b8f92d75286a43f79ef87dc684f5d5 (patch) | |
tree | 857ca00a7f55e1de294ae40831b71f18b6ebfa29 /gcc/xcoffout.c | |
parent | bdd7dca372011acc1848805559325943f851cb71 (diff) | |
download | gcc-72cc682a17b8f92d75286a43f79ef87dc684f5d5.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@558 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r-- | gcc/xcoffout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 1adbb7a4c87..3f60e7f2901 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "xcoff.h" -#ifdef USG +#if defined (USG) || defined (NO_STAB_H) #include "gstab.h" #else #include <stab.h> |