mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 22:00:18 +02:00
codetools: fixed parsing proc message modifier
git-svn-id: trunk@22482 -
This commit is contained in:
parent
7b18d86a0f
commit
19d3a509bd
@ -1596,7 +1596,7 @@ begin
|
||||
or UpAtomIs('DEPRECATED')
|
||||
then begin
|
||||
ReadNextAtom;
|
||||
if AtomIsStringConstant then
|
||||
if not (CurPos.Flag in [cafSemicolon,cafEND]) then
|
||||
ReadConstant(true,false,[]);
|
||||
end else if UpAtomIs('EXTERNAL') or UpAtomIs('PUBLIC') then begin
|
||||
HasForwardModifier:=UpAtomIs('EXTERNAL');
|
||||
|
Loading…
Reference in New Issue
Block a user