Переглянути джерело

* 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 роки тому
батько
коміт
2a7b750d70
1 змінених файлів з 1 додано та 0 видалено
  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);