mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 21:49:09 +02:00
* ifdefed pjvm usage
git-svn-id: branches/jvmbackend@18639 -
This commit is contained in:
parent
75e259e426
commit
93ddf11143
@ -65,7 +65,10 @@ implementation
|
|||||||
ncgutil,ngenutil,
|
ncgutil,ngenutil,
|
||||||
{ parser }
|
{ parser }
|
||||||
scanner,
|
scanner,
|
||||||
pbase,pexpr,ptype,ptconst,pdecsub,pjvm,
|
pbase,pexpr,ptype,ptconst,pdecsub,
|
||||||
|
{$ifdef jvm}
|
||||||
|
pjvm,
|
||||||
|
{$endif}
|
||||||
{ link }
|
{ link }
|
||||||
import
|
import
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user