mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
* Disable inlining for the moment, so lazarus compiles
This commit is contained in:
parent
d91847f39c
commit
4d70faa3c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user