mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 19:11:03 +02:00
compiler: comment TSymTableType entries + formatting
git-svn-id: trunk@16675 -
This commit is contained in:
parent
a7cea8606f
commit
7dd6cf07b4
@ -435,13 +435,19 @@ type
|
||||
);
|
||||
|
||||
{ types of the symtables }
|
||||
TSymtabletype = (abstracTSymtable,
|
||||
globalsymtable,staticsymtable,
|
||||
ObjectSymtable,recordsymtable,
|
||||
localsymtable,parasymtable,
|
||||
withsymtable,stt_excepTSymtable,
|
||||
exportedmacrosymtable, localmacrosymtable,
|
||||
enumsymtable
|
||||
TSymtabletype = (
|
||||
abstractsymtable, { not a real symtable }
|
||||
globalsymtable, { unit interface symtable }
|
||||
staticsymtable, { unit implementation symtable }
|
||||
ObjectSymtable, { object symtable }
|
||||
recordsymtable, { record symtable }
|
||||
localsymtable, { subroutine symtable }
|
||||
parasymtable, { arguments symtable }
|
||||
withsymtable, { with operator symtable }
|
||||
stt_excepTSymtable, { try/except symtable }
|
||||
exportedmacrosymtable, { }
|
||||
localmacrosymtable, { }
|
||||
enumsymtable { symtable for enum members }
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user