]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 21 Mar 1992 23:58:13 +0000 (18:58 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 21 Mar 1992 23:58:13 +0000 (18:58 -0500)
From-SVN: r558

gcc/xcoffout.c

index 1adbb7a4c876b330fb11a93a87945bcc6edcd8bc..3f60e7f2901504acb49563cbaaeb45f1551740c4 100644 (file)
@@ -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>