mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 12:59:19 +02:00
codetools: var notes only for global vars
git-svn-id: trunk@43203 -
This commit is contained in:
parent
9387ec5faf
commit
31589931c9
@ -3277,11 +3277,10 @@ begin
|
|||||||
if CurNode.Parent.Desc in AllCodeSections then begin
|
if CurNode.Parent.Desc in AllCodeSections then begin
|
||||||
if CurPos.Flag=cafEqual then
|
if CurPos.Flag=cafEqual then
|
||||||
ReadConstExpr; // read constant
|
ReadConstExpr; // read constant
|
||||||
|
// optional: hint modifier
|
||||||
|
ReadHintModifiers;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// optional: hint modifier
|
|
||||||
ReadHintModifiers;
|
|
||||||
|
|
||||||
// semicolon and postfix modifiers
|
// semicolon and postfix modifiers
|
||||||
if CurPos.Flag=cafSemicolon then begin
|
if CurPos.Flag=cafSemicolon then begin
|
||||||
// read ;
|
// read ;
|
||||||
|
Loading…
Reference in New Issue
Block a user