mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 19:02:49 +02:00
codetools: reading unit modifier library, experimental, deprecated
git-svn-id: trunk@25211 -
This commit is contained in:
parent
d9fafcdd83
commit
e6e762d899
@ -602,6 +602,12 @@ begin
|
||||
ReadNextAtom;
|
||||
if UpAtomIs('UNIMPLEMENTED') then
|
||||
ReadNextAtom;
|
||||
if UpAtomIs('LIBRARY') then
|
||||
ReadNextAtom;
|
||||
if UpAtomIs('EXPERIMENTAL') then
|
||||
ReadNextAtom;
|
||||
if UpAtomIs('DEPRECATED') then
|
||||
ReadNextAtom;
|
||||
if (CurPos.Flag<>cafSemicolon) then
|
||||
RaiseCharExpectedButAtomFound(';');
|
||||
if CurSection=ctnUnit then begin
|
||||
|
Loading…
Reference in New Issue
Block a user