Define NDEBUG if you don't want assertions

This commit is contained in:
ceriel
1993-10-22 14:30:43 +00:00
parent 2006278a52
commit c9ec055176
17 changed files with 22 additions and 5 deletions

View File

@@ -18,7 +18,8 @@ extern int nestlevel;
#include "dbsymtab.h"
#ifndef NOPP
#ifdef DBSYMTAB
#include <stb.h>
#include <stb.h>
#include <em.h>
extern int IncludeLevel;
extern char options[];
#endif
@@ -73,7 +74,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