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