Browse Source

* ifdefed jvmdef usage

git-svn-id: branches/jvmbackend@18641 -
Jonas Maebe 14 years ago
parent
commit
ec33f745a2
1 changed files with 4 additions and 1 deletions
  1. 4 1
      compiler/ptype.pas

+ 4 - 1
compiler/ptype.pas

@@ -74,7 +74,10 @@ implementation
        paramgr,procinfo,
        { symtable }
        symconst,symsym,symtable,symcreat,
-       defutil,defcmp,jvmdef,
+       defutil,defcmp,
+{$ifdef jvm}
+       jvmdef,
+{$endif}
        { modules }
        fmodule,
        { pass 1 }