From 52fcf5e19f6c6c3fc6279cebfbb8e1326a59d874 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 21 Mar 1992 18:58:13 -0500 Subject: [PATCH] *** empty log message *** From-SVN: r558 --- gcc/xcoffout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 1adbb7a4c876..3f60e7f29015 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 -- 2.47.3