|
@@ -1,4 +1,6 @@
|
|
{ %OPT=-Or }
|
|
{ %OPT=-Or }
|
|
|
|
+{ %CPU=i386 }
|
|
|
|
+{ m68k compiler does not recognize -Or option }
|
|
{ Source provided for Free Pascal Bug Report 2110 }
|
|
{ Source provided for Free Pascal Bug Report 2110 }
|
|
{ Submitted by "Alex" on 2002-09-05 }
|
|
{ Submitted by "Alex" on 2002-09-05 }
|
|
{ e-mail: [email protected] }
|
|
{ e-mail: [email protected] }
|
|
@@ -51,4 +53,4 @@ BEGIN
|
|
Halt(1);
|
|
Halt(1);
|
|
end;
|
|
end;
|
|
WriteLn('Ok!');
|
|
WriteLn('Ok!');
|
|
-END.
|
|
|
|
|
|
+END.
|