소스 검색

* osuinttype and ossinttype must match OS_INT and OS_UINT on avr as well

git-svn-id: trunk@32720 -
florian 9 년 전
부모
커밋
1857fd513e
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      compiler/psystem.pas

+ 0 - 5
compiler/psystem.pas

@@ -141,13 +141,8 @@ implementation
         sinttype:=s8inttype;
         sinttype:=s8inttype;
 {$endif cpu8bitalu}
 {$endif cpu8bitalu}
 
 
-{$ifndef avr}
         osuinttype:=uinttype;
         osuinttype:=uinttype;
         ossinttype:=sinttype;
         ossinttype:=sinttype;
-{$else avr}
-        osuinttype:=u16inttype;
-        ossinttype:=s16inttype;
-{$endif avr}
       end;
       end;