default is assertions ON
authorceriel <none@none>
Tue, 9 May 1989 15:54:01 +0000 (15:54 +0000)
committerceriel <none@none>
Tue, 9 May 1989 15:54:01 +0000 (15:54 +0000)
lang/pc/comp/body.c
lang/pc/comp/em_pc.6

index bb102f3..a2b02b4 100644 (file)
@@ -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);
index d0f55f4..2a91f86 100644 (file)
@@ -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.