Sfoglia il codice sorgente

* ifdefed jvmdef usage

git-svn-id: branches/jvmbackend@18641 -
Jonas Maebe 14 anni fa
parent
commit
ec33f745a2
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  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 }