mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 23:49:07 +02:00
* re-added "protected" accidentally removed in r45236, fixes JVM compilation
(mantis #37016) git-svn-id: trunk@45257 -
This commit is contained in:
parent
2073e518cc
commit
0fbb1b259e
@ -228,6 +228,7 @@ interface
|
|||||||
private
|
private
|
||||||
fcontains_stack_tainting_call_cached,
|
fcontains_stack_tainting_call_cached,
|
||||||
ffollowed_by_stack_tainting_call_cached : boolean;
|
ffollowed_by_stack_tainting_call_cached : boolean;
|
||||||
|
protected
|
||||||
procedure handlemanagedbyrefpara(orgparadef: tdef);virtual;
|
procedure handlemanagedbyrefpara(orgparadef: tdef);virtual;
|
||||||
{ on some targets, value parameters that are passed by reference must
|
{ on some targets, value parameters that are passed by reference must
|
||||||
be copied to a temp location by the caller (and then a reference to
|
be copied to a temp location by the caller (and then a reference to
|
||||||
|
Loading…
Reference in New Issue
Block a user