Browse Source

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

git-svn-id: trunk@22511 -
florian 13 năm trước cách đây
mục cha
commit
01fcc389be
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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