mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:50:18 +02:00
* reverted r11039, it's no good
git-svn-id: trunk@11048 -
This commit is contained in:
parent
0ad7cfe39b
commit
73a3507bac
@ -1016,7 +1016,7 @@ begin
|
|||||||
end;}
|
end;}
|
||||||
until not(assigned(Current)) or
|
until not(assigned(Current)) or
|
||||||
(current.typ <> ait_Marker) or
|
(current.typ <> ait_Marker) or
|
||||||
not(tai_Marker(current).Kind in [mark_NoPropInfoStart,mark_NoPropInfoEnd,mark_InlineStart,mark_InlineEnd,mark_Position]);
|
not(tai_Marker(current).Kind in [mark_NoPropInfoStart,mark_NoPropInfoEnd]);
|
||||||
Next := Current;
|
Next := Current;
|
||||||
if assigned(Current) and
|
if assigned(Current) and
|
||||||
not((current.typ in SkipInstr) or
|
not((current.typ in SkipInstr) or
|
||||||
@ -1058,7 +1058,7 @@ begin
|
|||||||
end;}
|
end;}
|
||||||
until not(assigned(Current)) or
|
until not(assigned(Current)) or
|
||||||
(current.typ <> ait_Marker) or
|
(current.typ <> ait_Marker) or
|
||||||
not(tai_Marker(current).Kind in [mark_NoPropInfoStart,mark_NoPropInfoEnd,mark_InlineStart,mark_InlineEnd,mark_Position]);
|
not(tai_Marker(current).Kind in [mark_NoPropInfoStart,mark_NoPropInfoEnd]);
|
||||||
if not(assigned(Current)) or
|
if not(assigned(Current)) or
|
||||||
(current.typ in SkipInstr) or
|
(current.typ in SkipInstr) or
|
||||||
((current.typ = ait_label) and
|
((current.typ = ait_label) and
|
||||||
|
Loading…
Reference in New Issue
Block a user