+ Changes by Marco van de Voort

This commit is contained in:
michael 1999-05-31 10:18:05 +00:00
parent 5005e5d9ef
commit f9d07541aa

View File

@ -19,7 +19,8 @@ standalone (non GCC frontend) multitarget Pascal compiler.
The compiler uses The compiler uses
.BR LD (1) .BR LD (1)
and can use and can use
.BR AS (1) (see parameter \-Aas, but also has its own binary object writer. .BR AS (1)
(see parameter \-Aas, but also has its own binary object writer.
.PP .PP
The current main targets are The current main targets are
.I Go32V2 .I Go32V2
@ -368,7 +369,7 @@ but is slower.
.IP \fI-Se\fP .IP \fI-Se\fP
The compiler stops after the first error. Normally, The compiler stops after the first error. Normally,
the compiler tries to continue compiling after an error, until 50 errors are the compiler tries to continue compiling after an error, until 50 errors are
reached, or a fatal error is reachd, and then it stops. With this switch, reached, or a fatal error is reached, and then it stops. With this switch,
the compiler will stop after the first error. the compiler will stop after the first error.
.IP \fI-Sg\fP .IP \fI-Sg\fP
Support the label and goto commands. Support the label and goto commands.