add directory gnu
This commit is contained in:
19
gnu/gcc/gccdiff-1.40/dbxout.c.cd
Normal file
19
gnu/gcc/gccdiff-1.40/dbxout.c.cd
Normal file
@@ -0,0 +1,19 @@
|
||||
*** 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. */
|
||||
Reference in New Issue
Block a user