Browse Source

* adapted to new system.exitcode definition

git-svn-id: trunk@6557 -
Jonas Maebe 18 years ago
parent
commit
46755aaec0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw1622.pp

+ 1 - 1
tests/webtbs/tw1622.pp

@@ -63,7 +63,7 @@ end;
 
 procedure test_global_var;
 var
-  y : integer absolute system.exitcode;
+  y : longint absolute system.exitcode;
 begin
   y := 315;
 end;