浏览代码

+ string version of vis_none

git-svn-id: branches/jvmbackend@18625 -
Jonas Maebe 14 年之前
父节点
当前提交
94a4e1e069
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/utils/ppudump.pp

+ 1 - 1
compiler/utils/ppudump.pp

@@ -249,7 +249,7 @@ const
 
   visibilityName : array[tvisibility] of string[16] = (
     'hidden','strict private','private','strict protected','protected',
-    'public','published'
+    'public','published','<none>'
   );
 begin
   if w<=ord(high(visibilityName)) then