A fix for stabs, and define NDEBUG
This commit is contained in:
@@ -20,7 +20,8 @@ struct file_info finfo;
|
||||
#include "lint.h"
|
||||
#ifndef NOPP
|
||||
#ifdef DBSYMTAB
|
||||
#include <stb.h>
|
||||
#include <stb.h>
|
||||
#include <em.h>
|
||||
extern int IncludeLevel;
|
||||
extern char options[];
|
||||
#endif
|
||||
@@ -77,7 +78,7 @@ AtEoIF()
|
||||
nestlevel = nestlow;
|
||||
#ifdef DBSYMTAB
|
||||
if (options['g'] && IncludeLevel > 0) {
|
||||
C_ms_std(FileName, N_EINCL, 0);
|
||||
C_ms_stb_cst(FileName, N_EINCL, 0, (arith) 0);
|
||||
}
|
||||
IncludeLevel--;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user