Files
oldlinux-files/gnu/gcc/gccdiff-1.40/dbxout.c.cd
2024-02-19 00:24:47 -05:00

20 lines
539 B
Plaintext

*** originals/dbxout.c Sat Aug 17 23:40:16 1991
--- dbxout.c Sat Aug 17 23:41:02 1991
***************
*** 83,89 ****
#define FORCE_TEXT
#endif
! #ifdef USG
#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. */
--- 83,89 ----
#define FORCE_TEXT
#endif
! #if (defined (USG) || defined (NATIVE_MINIX))
#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. */