Explorar el Código

* changed ExceptTryLevel from nativeint to objpasint

git-svn-id: trunk@27234 -
nickysn hace 11 años
padre
commit
ff6b258379
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/inc/except.inc

+ 1 - 1
rtl/inc/except.inc

@@ -47,7 +47,7 @@ Var
 {$endif FPC_HAS_FEATURE_THREADING}
   ExceptAddrStack   : PExceptAddr;
   ExceptObjectStack : PExceptObject;
-  ExceptTryLevel    : nativeint;
+  ExceptTryLevel    : ObjpasInt;
 
 Function RaiseList : PExceptObject;
 begin