Procházet zdrojové kódy

* Fix bug #36603, disable inline

git-svn-id: trunk@43977 -
michael před 5 roky
rodič
revize
2266804e4d
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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}