mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 13:17:18 +02:00
Jedi code format: avoid warning include file not found for {$I+} {$I-}
This commit is contained in:
parent
d2d921d2d6
commit
a2cee5287b
@ -423,7 +423,7 @@ var
|
|||||||
begin
|
begin
|
||||||
try
|
try
|
||||||
lsTemp := TrimLeft(psValue);
|
lsTemp := TrimLeft(psValue);
|
||||||
if lsTemp = '' then
|
if (lsTemp = '') or (lsTemp[1]='+') or (lsTemp[1]='-') then // {$I+} {$I-}
|
||||||
Exit;
|
Exit;
|
||||||
if lsTemp[1] = '%' then // %DATE% %var%
|
if lsTemp[1] = '%' then // %DATE% %var%
|
||||||
Exit;
|
Exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user