aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1992-03-21 18:58:13 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1992-03-21 18:58:13 -0500
commit52fcf5e19f6c6c3fc6279cebfbb8e1326a59d874 (patch)
tree857ca00a7f55e1de294ae40831b71f18b6ebfa29 /gcc
parent4c23f36f14a91eef7ec880a90a57c752cd1e86b0 (diff)
downloadgcc-52fcf5e19f6c6c3fc6279cebfbb8e1326a59d874.zip
gcc-52fcf5e19f6c6c3fc6279cebfbb8e1326a59d874.tar.gz
gcc-52fcf5e19f6c6c3fc6279cebfbb8e1326a59d874.tar.bz2
*** empty log message ***
From-SVN: r558
Diffstat (limited to 'gcc')
-rw-r--r--gcc/xcoffout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c
index 1adbb7a..3f60e7f 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>