mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 21:38:34 +02:00
Add USE_OLD_REGEXPR option for regular expression unit choice
git-svn-id: trunk@18898 -
This commit is contained in:
parent
75650bdf21
commit
ed03858129
@ -771,7 +771,11 @@ uses
|
||||
WinClip,
|
||||
{$endif WinClipSupported}
|
||||
{$ifdef TEST_REGEXP}
|
||||
regexpr,
|
||||
{$ifdef USE_OLD_REGEXP}
|
||||
oldregexpr,
|
||||
{$else not USE_OLD_REGEXP}
|
||||
regexpr,
|
||||
{$endif not USE_OLD_REGEXP}
|
||||
{$endif TEST_REGEXP}
|
||||
WConsts,WCEdit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user