default is assertions ON
This commit is contained in:
parent
b3e42570bb
commit
c1ff4f2725
|
@ -58,7 +58,7 @@ AssertStat(expp, line)
|
|||
return;
|
||||
}
|
||||
|
||||
if( options['a'] && !err_occurred ) {
|
||||
if( !options['a'] && !err_occurred ) {
|
||||
dsr = InitDesig;
|
||||
CodeExpr(expp, &dsr, NO_LABEL);
|
||||
C_loc((arith)line);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH EM_PC ACK
|
||||
.TH EM_PC 6ACK
|
||||
.ad
|
||||
.SH NAME
|
||||
em_pc \- Pascal compiler
|
||||
|
@ -11,7 +11,7 @@ em_pc \- Pascal compiler
|
|||
.I Em_pc
|
||||
is a compiler that translates Pascal programs into EM code.
|
||||
Normally the compiler is called by means of the user interface program
|
||||
\fIack\fR(I).
|
||||
\fIack\fR(1).
|
||||
.PP
|
||||
The input is taken from
|
||||
.IR source ,
|
||||
|
@ -80,4 +80,3 @@ trace calls and exits of procedures and functions.
|
|||
binary of the Pascal compiler.
|
||||
.SH DIAGNOSTICS
|
||||
All warning and error messages are written on standard error output.
|
||||
Descriptions of run-time errors are read from ~em/etc/pc_rt_errors.
|
||||
|
|
Loading…
Reference in a new issue