Adapted for modula-2
This commit is contained in:
parent
5e34ca7d2b
commit
9a7a7f7f4b
|
@ -64,6 +64,8 @@ C module.
|
||||||
Basic program.
|
Basic program.
|
||||||
.IP .ocm
|
.IP .ocm
|
||||||
Occam program.
|
Occam program.
|
||||||
|
.IP .mod
|
||||||
|
Modula-2 module.
|
||||||
.IP .e
|
.IP .e
|
||||||
EM assembly module in human readable form.
|
EM assembly module in human readable form.
|
||||||
.IP .k
|
.IP .k
|
||||||
|
@ -230,7 +232,7 @@ routines for systems calls needed by both C and Pascal.
|
||||||
When linking multiple \fI.o\fP or \fI.m\fP files created by
|
When linking multiple \fI.o\fP or \fI.m\fP files created by
|
||||||
separate calls of \fIack\fP together, \fIack\fP cannot deduce
|
separate calls of \fIack\fP together, \fIack\fP cannot deduce
|
||||||
the run-time system needed,
|
the run-time system needed,
|
||||||
unless called as \fIapc\fP, \fIabc\fP, \fIocm\fP or \fIacc\fP.
|
unless called as \fIapc\fP, \fIabc\fP, \fIocm\fP, \fIm2\fP, or \fIacc\fP.
|
||||||
This flag serves to tell \fIack\fP which runtime system is
|
This flag serves to tell \fIack\fP which runtime system is
|
||||||
needed in such a case.
|
needed in such a case.
|
||||||
For example: "ack \-c x.c ; ack \-.c x.o".
|
For example: "ack \-c x.c ; ack \-.c x.o".
|
||||||
|
|
Loading…
Reference in a new issue