Browse Source

* Merging revisions 43977 from trunk:
------------------------------------------------------------------------
r43977 | michael | 2020-01-19 10:38:32 +0100 (Sun, 19 Jan 2020) | 1 line

* Fix bug #36603, disable inline
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@44157 -

michael 5 years ago
parent
commit
9770687180
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/regexpr/src/regexpr.pas

+ 2 - 1
packages/regexpr/src/regexpr.pas

@@ -49,7 +49,8 @@ interface
 { off $DEFINE DebugSynRegExpr }
 
 {$MODE DELPHI} // Delphi-compatible mode in FreePascal
-{$INLINE ON}
+// Disabling for now, seems to cause bug in Lazarus (bug ID 36603)
+{ $INLINE ON}
 
 // ======== Define base compiler options
 {$BOOLEVAL OFF}