From: Richard Stallman Date: Sat, 21 Mar 1992 23:57:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1679e11f718f8955a6c45c33e36461c8ba19bfa5;p=gcc.git *** empty log message *** From-SVN: r556 --- 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. */