From c576933808d5d4f6dc9460253d428bd8ca58455e Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 25 May 2020 22:25:22 +0000 Subject: [PATCH] jvcllaz: JvPascalInterpreter packages does not compile for 64-bit. Add directive to stop compilation with decent error message. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7467 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/jvcllaz/run/JvPascalInterpreter/JvInterpreter.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/jvcllaz/run/JvPascalInterpreter/JvInterpreter.pas b/components/jvcllaz/run/JvPascalInterpreter/JvInterpreter.pas index 2e24b5787..cf1c14174 100644 --- a/components/jvcllaz/run/JvPascalInterpreter/JvInterpreter.pas +++ b/components/jvcllaz/run/JvPascalInterpreter/JvInterpreter.pas @@ -179,6 +179,8 @@ unit JvInterpreter; {.$DEFINE JvInterpreter_DEBUG} +{$IFDEF CPUX64}THIS PACKAGE WAS NOT PORTED FOR 64-bit CPU{$ENDIF} + interface uses