瀏覽代碼

* 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