diff options
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index bed2d9c..cef2bf7 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -59,10 +59,9 @@ instance == FunctionOrMacroIndex | STE_DictField !SelectorDef | STE_Called ![FunctionOrMacroIndex] /* used during macro expansion to indicate that this function is called */ | STE_ExplImpSymbol !Int - | STE_ExplImpComponentNrs ![ComponentNrAndIndex] ![Declaration] + | STE_ExplImpComponentNrs ![ComponentNrAndIndex] /* stores the numbers of all module components that import the symbol from - the "actual" dcl module. Further for each class all encountered - instances are accumulated. + the "actual" dcl module. */ | STE_BelongingSymbol !Int |