소스 검색

* simplify Get/PutPtrUInt

git-svn-id: branches/avr@17049 -
florian 14 년 전
부모
커밋
c0b6f9b0b0
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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;