Browse Source

+ string version of vis_none

git-svn-id: branches/jvmbackend@18625 -
Jonas Maebe 14 years ago
parent
commit
94a4e1e069
1 changed files with 1 additions and 1 deletions
  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