mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 11:54:52 +01:00
* 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:
parent
d47f26bbca
commit
3f436deb16
@ -1479,6 +1479,7 @@ implementation
|
||||
inherited create(n,id);
|
||||
symtabletype:=staticsymtable;
|
||||
symtablelevel:=main_program_level;
|
||||
currentvisibility:=vis_private;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user