|
@@ -57,9 +57,6 @@ implementation
|
|
|
symconst,symbase,symtype,defutil,defcmp,symcreat,
|
|
|
{$if defined(i386) or defined(i8086)}
|
|
|
symcpu,
|
|
|
-{$endif}
|
|
|
-{$ifdef jvm}
|
|
|
- jvmdef,
|
|
|
{$endif}
|
|
|
fmodule,htypechk,
|
|
|
{ pass 1 }
|
|
@@ -70,9 +67,6 @@ implementation
|
|
|
{ parser }
|
|
|
scanner,
|
|
|
pbase,pexpr,ptype,ptconst,pdecsub,
|
|
|
-{$ifdef jvm}
|
|
|
- pjvm,
|
|
|
-{$endif}
|
|
|
{ link }
|
|
|
import
|
|
|
;
|
|
@@ -347,10 +341,6 @@ implementation
|
|
|
storedprocdef: tprocvardef;
|
|
|
readprocdef,
|
|
|
writeprocdef : tprocdef;
|
|
|
- {$ifdef jvm}
|
|
|
- orgaccesspd : tprocdef;
|
|
|
- wrongvisibility : boolean;
|
|
|
- {$endif}
|
|
|
begin
|
|
|
result:=nil;
|
|
|
{ Generate temp procdefs to search for matching read/write
|