Преглед изворни кода

* load sysutils unit by command line parameter so the unsupported uses in iso mode is avoided

git-svn-id: trunk@22511 -
florian пре 13 година
родитељ
комит
01fcc389be
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      tests/webtbs/tw17685.pp

+ 1 - 2
tests/webtbs/tw17685.pp

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