mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 12:20:38 +02:00
codetools: fixed parsing constants a.b.c
git-svn-id: trunk@27313 -
This commit is contained in:
parent
1e799a4678
commit
875ac17bdb
@ -1834,7 +1834,7 @@ begin
|
||||
else exit;
|
||||
end;
|
||||
if not Extract then ReadNextAtom else ExtractNextAtom(true,Attr);
|
||||
if CurPos.Flag=cafPoint then begin
|
||||
while CurPos.Flag=cafPoint do begin
|
||||
// Unitname.Constant
|
||||
if not Extract then ReadNextAtom else ExtractNextAtom(true,Attr);
|
||||
if AtomIsKeyWord and (not IsKeyWordInConstAllowed.DoItCaseInsensitive(Src,
|
||||
|
Loading…
Reference in New Issue
Block a user