codetools: reading unit modifier library, experimental, deprecated

git-svn-id: trunk@25211 -
This commit is contained in:
mattias 2010-05-05 11:32:46 +00:00
parent d9fafcdd83
commit e6e762d899

View File

@ -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