Browse Source

* ifdefed pjvm usage

git-svn-id: branches/jvmbackend@18639 -
Jonas Maebe 14 years ago
parent
commit
93ddf11143
1 changed files with 4 additions and 1 deletions
  1. 4 1
      compiler/pdecvar.pas

+ 4 - 1
compiler/pdecvar.pas

@@ -65,7 +65,10 @@ implementation
        ncgutil,ngenutil,
        { parser }
        scanner,
-       pbase,pexpr,ptype,ptconst,pdecsub,pjvm,
+       pbase,pexpr,ptype,ptconst,pdecsub,
+{$ifdef jvm}
+       pjvm,
+{$endif}
        { link }
        import
        ;