Explorar o código

* fixed define

git-svn-id: trunk@43027 -
florian %!s(int64=6) %!d(string=hai) anos
pai
achega
94832d5eea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/inc/system.inc

+ 1 - 1
rtl/inc/system.inc

@@ -953,7 +953,7 @@ begin
    exit;
   { check stack alignment }
 {$ifdef CPUI386}
-{$ifdef FPC_STACKALIGNMENT=16}
+{$if FPC_STACKALIGNMENT=16}
   if ((PtrUInt(Sptr)+4) mod 16)<>0 then
     begin
       StackError:=true;