mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:16:16 +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
|
||||
try
|
||||
lsTemp := TrimLeft(psValue);
|
||||
if lsTemp = '' then
|
||||
if (lsTemp = '') or (lsTemp[1]='+') or (lsTemp[1]='-') then // {$I+} {$I-}
|
||||
Exit;
|
||||
if lsTemp[1] = '%' then // %DATE% %var%
|
||||
Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user