* set the visibility of a newly create staticsymtable to vis_private

(it's used for the implementation section, corrects the visibility
     of functions in the implementation of Pascal units for the JVM target)

git-svn-id: branches/jvmbackend@18433 -
This commit is contained in:
Jonas Maebe 2011-08-20 07:59:12 +00:00
parent d47f26bbca
commit 3f436deb16

View File

@ -1479,6 +1479,7 @@ implementation
inherited create(n,id);
symtabletype:=staticsymtable;
symtablelevel:=main_program_level;
currentvisibility:=vis_private;
end;