소스 검색

* avoid level 2 comments

git-svn-id: trunk@6012 -
pierre 18 년 전
부모
커밋
eeb94bf9ea
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      compiler/symdef.pas

+ 4 - 4
compiler/symdef.pas

@@ -2006,14 +2006,14 @@ implementation
          if high<32 then
            begin
              settype:=smallset;
-             {
+             (*
              if current_settings.setalloc=0 then      { $PACKSET Fixed?}
-              }
+             *)
                savesize:=Sizeof(longint)
-              {
+             (*
              else                       {No, use $PACKSET VALUE for rounding}
                savesize:=current_settings.setalloc*(((high+1)+current_settings.setalloc*8-1) DIV (current_settings.setalloc*8));
-             }
+             *)
            end
          else
           if high<256 then