mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 12:39:31 +02:00
SynEdit: Ifdef Markup: tests (fixed compilation)
git-svn-id: trunk@41164 -
This commit is contained in:
parent
a45fef9f7e
commit
d7b250c479
@ -146,7 +146,7 @@ end;
|
||||
|
||||
function ExpN(ExpStart: Integer; ExpEnd: Integer = -1;
|
||||
ExpEndLineOffs: Integer = 0; // Default to check for same line end
|
||||
ExpType: TSynMarkupIfdefNodeTypeTest = idnDisabled;
|
||||
ExpType: TSynMarkupIfdefNodeTypeTest = idnSkipTest;
|
||||
Peer1: PPeerExpect = nil; Peer2: PPeerExpect = nil): TNodeExpect;
|
||||
begin
|
||||
Result := ExpN(ExpStart, ExpEnd, ExpEndLineOffs, ExpType, idnUnknown, Peer1, Peer2);
|
||||
|
Loading…
Reference in New Issue
Block a user