mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-01 23:06:05 +02:00
+ add missing exit as mentioned by J. Gareth Moreton in #33754
git-svn-id: trunk@39408 -
This commit is contained in:
parent
0eea2141f6
commit
4f580f7878
@ -3073,7 +3073,7 @@ const
|
||||
{ check if method and directive not for record/class helper }
|
||||
if is_objectpascal_helper(tprocdef(pd).struct) and
|
||||
(pd_nothelper in proc_direcdata[p].pd_flags) then
|
||||
{ TODO: Missing exit? [Kit] }
|
||||
exit;
|
||||
end;
|
||||
|
||||
{ Check the pd_flags if the directive should be allowed }
|
||||
|
Loading…
Reference in New Issue
Block a user