소스 검색

* Disable inlining for the moment, so lazarus compiles

Michaël Van Canneyt 1 년 전
부모
커밋
4d70faa3c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/regexpr/src/regexpr.pas

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

@@ -72,7 +72,7 @@ interface
 {$EXTENDEDSYNTAX ON}
 {$LONGSTRINGS ON}
 {$MODE DELPHI} // Delphi-compatible mode in FreePascal
-{$INLINE ON}
+{$INLINE Off}
 {$DEFINE COMPAT}
 // ======== Define options for TRegExpr engine
 { off $DEFINE UnicodeRE} // Use WideChar for characters and UnicodeString/WideString for strings