*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sat, 21 Mar 1992 23:57:32 +0000 (23:57 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 21 Mar 1992 23:57:32 +0000 (23:57 +0000)
From-SVN: r556

gcc/final.c

index 8aad34cf4eef1f5b75996160974f19f36514db0a..75df4de0386e90efdc326de41e94e3ff819a08a5 100644 (file)
@@ -64,7 +64,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Get N_SLINE and N_SOL from stab.h if we can expect the file to exist.  */
 #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
-#ifdef USG
+#if defined (USG) || defined (NO_STAB_H)
 #include "gstab.h"  /* If doing DBX on sysV, use our own stab.h.  */
 #else
 #include <stab.h>  /* On BSD, use the system's stab.h.  */