adapted to phototypesetter

This commit is contained in:
dick
1986-01-20 20:39:09 +00:00
parent e218ae5baf
commit 7e47b13e67
20 changed files with 192 additions and 178 deletions

View File

@@ -2,9 +2,9 @@
.de SB
.\" SuBheader
.sp 1
.PP
.nr Sf \\n(.f
.ft B
.PP
\\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
.ft \\n(Sf
.sp 1
@@ -22,6 +22,8 @@ ack \- Amsterdam Compiler Kit
.br
\fBabc\fP arguments
.br
\fBint\fP arguments
.br
\fImachine\fP arguments
.SH DESCRIPTION
This program transforms sources in several
@@ -38,7 +40,8 @@ are also automatically included.
Two types of load files can be distinguished,
\fIa.out\fP files containing machine code and \fIe.out\fP
files containing virtual EM machine code.
The last type is designed for interpretation.
The last type is designed for interpretation; it is obtained by calling
the compiler as \fIint\fP.
Compilation time for interpretation is fast and gives many
runtime checks,
but execution is about seven times slower.

View File

@@ -1,5 +1,4 @@
.TH
.I cpp
.TH CPP VI
.SH NAME
cpp \- C Pre-Processor
.SH SYNOPSIS
@@ -154,7 +153,7 @@ message handling.
The following extensions to C are processed by cpp:
.nf
.sp 1
.ta 4 27
.ta 4n 27n
#elif expression (#else #if)
'\exNNN' (Hexadecimal constants)
'\ea' (Ascii BELL)