mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* fixed indentation in nonlocalvars()
git-svn-id: trunk@34285 -
This commit is contained in:
parent
94f90895a6
commit
8d1e8ea203
@ -4513,9 +4513,10 @@ implementation
|
||||
{ statics can only be modified by functions in the same unit }
|
||||
((tloadnode(n).symtable.symtabletype = staticsymtable) and
|
||||
(tloadnode(n).symtable = TSymtable(arg))) or
|
||||
{ if the addr of the symbol is taken somewhere, it can be also non-local }
|
||||
(tabstractvarsym(tloadnode(n).symtableentry).addr_taken)
|
||||
)) or
|
||||
{ if the addr of the symbol is taken somewhere, it can be also non-local }
|
||||
(tabstractvarsym(tloadnode(n).symtableentry).addr_taken)
|
||||
)
|
||||
) or
|
||||
((n.nodetype = subscriptn) and
|
||||
(tsubscriptnode(n).vs.owner.symtabletype = ObjectSymtable)) then
|
||||
result := fen_norecurse_true;
|
||||
|
Loading…
Reference in New Issue
Block a user