From 1679e11f718f8955a6c45c33e36461c8ba19bfa5 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 21 Mar 1992 23:57:32 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r556 --- gcc/final.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/final.c b/gcc/final.c index 8aad34cf4ee..75df4de0386 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -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 /* On BSD, use the system's stab.h. */ -- 2.30.2