*** empty log message ***

From-SVN: r556
This commit is contained in:
Richard Stallman 1992-03-21 23:57:32 +00:00
parent 59c94430d9
commit 1679e11f71
1 changed files with 1 additions and 1 deletions

View 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. */