jvcllaz: Modify PascalInterpreter package such that compilation of all packages at 64-bit is not aborted any more.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7594 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-08-02 16:28:28 +00:00
parent b977a4e676
commit 810aebcd2e
6 changed files with 75 additions and 42 deletions

View File

@@ -35,6 +35,14 @@ unit JvInterpreterParser;
{$mode objfpc}{$H+}
{$IFDEF CPU64}
interface
implementation
end.
{$ELSE}
interface
uses
@@ -790,3 +798,4 @@ end;
end.
{$ENDIF}