mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-21 12:48:17 +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;
|
ReadNextAtom;
|
||||||
if UpAtomIs('UNIMPLEMENTED') then
|
if UpAtomIs('UNIMPLEMENTED') then
|
||||||
ReadNextAtom;
|
ReadNextAtom;
|
||||||
|
if UpAtomIs('LIBRARY') then
|
||||||
|
ReadNextAtom;
|
||||||
|
if UpAtomIs('EXPERIMENTAL') then
|
||||||
|
ReadNextAtom;
|
||||||
|
if UpAtomIs('DEPRECATED') then
|
||||||
|
ReadNextAtom;
|
||||||
if (CurPos.Flag<>cafSemicolon) then
|
if (CurPos.Flag<>cafSemicolon) then
|
||||||
RaiseCharExpectedButAtomFound(';');
|
RaiseCharExpectedButAtomFound(';');
|
||||||
if CurSection=ctnUnit then begin
|
if CurSection=ctnUnit then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user