mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* allow "static" for external methods (for Java classes)
git-svn-id: branches/jvmbackend@18369 -
This commit is contained in:
parent
0ae4bbb0cf
commit
c9dbd60b92
@ -2459,7 +2459,7 @@ const
|
||||
pooption : [po_staticmethod];
|
||||
mutexclpocall : [pocall_internproc];
|
||||
mutexclpotype : [potype_constructor,potype_destructor,potype_class_constructor,potype_class_destructor];
|
||||
mutexclpo : [po_external,po_interrupt,po_exports]
|
||||
mutexclpo : [po_interrupt,po_exports]
|
||||
),(
|
||||
idtok:_STDCALL;
|
||||
pd_flags : [pd_interface,pd_implemen,pd_body,pd_procvar];
|
||||
|
Loading…
Reference in New Issue
Block a user