Преглед на файлове

* 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;
 {$endif cpu8bitalu}
 
-{$ifndef avr}
         osuinttype:=uinttype;
         ossinttype:=sinttype;
-{$else avr}
-        osuinttype:=u16inttype;
-        ossinttype:=s16inttype;
-{$endif avr}
       end;