Browse Source

pastojs: ignore proc modifier inline

git-svn-id: trunk@38030 -
Mattias Gaertner 7 years ago
parent
commit
8b24fa81d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/pastojs/src/fppas2js.pp

+ 1 - 1
packages/pastojs/src/fppas2js.pp

@@ -2340,7 +2340,7 @@ begin
       if (pm in Proc.Modifiers)
       if (pm in Proc.Modifiers)
           and (not (pm in [pmVirtual, pmAbstract, pmOverride,
           and (not (pm in [pmVirtual, pmAbstract, pmOverride,
                            pmOverload, pmReintroduce,
                            pmOverload, pmReintroduce,
-                           pmAssembler, pmPublic,
+                           pmInline, pmAssembler, pmPublic,
                            pmExternal, pmForward])) then
                            pmExternal, pmForward])) then
         RaiseNotYetImplemented(20170208142159,El,'modifier '+ModifierNames[pm]);
         RaiseNotYetImplemented(20170208142159,El,'modifier '+ModifierNames[pm]);
     for ptm in TProcTypeModifiers do
     for ptm in TProcTypeModifiers do