* 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:
florian 2012-10-01 17:18:46 +00:00
parent c95cfa20ba
commit 01fcc389be

View File

@ -1,8 +1,7 @@
{ %opt=-Fasysutils}
{$mode iso}
{$modeswitch exceptions+}
program modulo( Output);
uses
sysutils;
var
i, j, m : integer;
begin