Explorar o código

* adapted to new system.exitcode definition

git-svn-id: trunk@6557 -
Jonas Maebe %!s(int64=18) %!d(string=hai) anos
pai
achega
46755aaec0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;