mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:29:20 +02:00
Fix cycling with -CR option
This commit is contained in:
parent
45bf47ee05
commit
e148afd506
@ -969,7 +969,7 @@ implementation
|
|||||||
if (current_scanner.replay_stack_depth=0) and
|
if (current_scanner.replay_stack_depth=0) and
|
||||||
(
|
(
|
||||||
(hdef.typ<>procvardef) or
|
(hdef.typ<>procvardef) or
|
||||||
not (po_is_function_ref in tprocdef(hdef).procoptions)
|
not (po_is_function_ref in tabstractprocdef(hdef).procoptions)
|
||||||
) then
|
) then
|
||||||
hdef.register_def;
|
hdef.register_def;
|
||||||
{ KAZ: handle TGUID declaration in system unit }
|
{ KAZ: handle TGUID declaration in system unit }
|
||||||
|
Loading…
Reference in New Issue
Block a user