From 9a966e27f49f18a375280bea8f31f666f5f66042 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 12 Jun 2019 10:32:26 +0000 Subject: [PATCH] pas2js: disable inline git-svn-id: trunk@61363 - --- components/pas2js/pjsprojectoptions.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pas2js/pjsprojectoptions.pp b/components/pas2js/pjsprojectoptions.pp index 0b5a9b5c39..690eddb298 100644 --- a/components/pas2js/pjsprojectoptions.pp +++ b/components/pas2js/pjsprojectoptions.pp @@ -100,6 +100,7 @@ begin CompOpts.AllowLabel:=false; CompOpts.UseAnsiStrings:=false; + CompOpts.CPPInline:=false; CompOpts.IOChecks:=false; CompOpts.StackChecks:=false;