浏览代码

* moved comments in from of fields for better readability

git-svn-id: trunk@26439 -
florian 11 年之前
父节点
当前提交
98e5dead27
共有 1 个文件被更改,包括 8 次插入4 次删除
  1. 8 4
      compiler/symsym.pas

+ 8 - 4
compiler/symsym.pas

@@ -189,10 +189,14 @@ interface
       tabstractnormalvarsym = class(tabstractvarsym)
           defaultconstsym : tsym;
           defaultconstsymderef : tderef;
-          localloc      : TLocation; { register/reference for local var }
-          initialloc    : TLocation; { initial location so it can still be initialized later after the location was changed by SSA }
-          currentregloc  : TLocation; { current registers for register variables with moving register numbers }
-          inparentfpstruct : boolean;   { migrated to a parentfpstruct because of nested access (not written to ppu, because not important and would change interface crc) }
+          { register/reference for local var }
+          localloc      : TLocation;
+          { initial location so it can still be initialized later after the location was changed by SSA }
+          initialloc    : TLocation;
+          { current registers for register variables with moving register numbers }
+          currentregloc  : TLocation;
+          { migrated to a parentfpstruct because of nested access (not written to ppu, because not important and would change interface crc) }
+          inparentfpstruct : boolean;
           constructor create(st:tsymtyp;const n : string;vsp:tvarspez;def:tdef;vopts:tvaroptions);
           constructor ppuload(st:tsymtyp;ppufile:tcompilerppufile);
           function globalasmsym: boolean;