Browse Source

* write a name for the none property access entry (looks nicer than a "(Nil)" at the start of the line)

git-svn-id: trunk@42354 -
svenbarth 6 năm trước cách đây
mục cha
commit
2a7b750d70
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      compiler/utils/ppuutils/ppudump.pp

+ 1 - 0
compiler/utils/ppuutils/ppudump.pp

@@ -3622,6 +3622,7 @@ begin
              write  ([space,'   Index Type : ']);
              readderef('');
              { palt_none }
+             write  ([space,'   Noneaccess : ']);
              readpropaccesslist('');
              write  ([space,'   Readaccess : ']);
              readpropaccesslist(space+'         Sym: ',TPpuPropDef(def).Getter);