Explorar o código

* simplify Get/PutPtrUInt

git-svn-id: branches/avr@17049 -
florian %!s(int64=14) %!d(string=hai) anos
pai
achega
c0b6f9b0b0
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      compiler/symtype.pas

+ 1 - 4
compiler/symtype.pas

@@ -951,11 +951,8 @@ implementation
         {$if sizeof(TConstPtrUInt)=8}
           putint64(int64(v));
         {$else}
-        {$if sizeof(TConstPtrUInt)=4}
           putlongint(longint(v));
-        {$else}
-          internalerror(2002082601);
-        {$endif} {$endif}
+        {$endif}
       end;