mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:08:12 +02:00
* load sysutils unit by command line parameter so the unsupported uses in iso mode is avoided
git-svn-id: trunk@22511 -
This commit is contained in:
parent
c95cfa20ba
commit
01fcc389be
@ -1,8 +1,7 @@
|
||||
{ %opt=-Fasysutils}
|
||||
{$mode iso}
|
||||
{$modeswitch exceptions+}
|
||||
program modulo( Output);
|
||||
uses
|
||||
sysutils;
|
||||
var
|
||||
i, j, m : integer;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user