aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.dcl
diff options
context:
space:
mode:
authorjohnvg2007-01-29 16:37:15 +0000
committerjohnvg2007-01-29 16:37:15 +0000
commit55f9d15fe8ea89c989986f7963170fd10c4a9467 (patch)
treec428e33ad1bc42f8a88299756b335d4ca10f5248 /frontend/syntax.dcl
parentrename super_components as components_importing_module or (diff)
remove instances from ExplImpComponentNrs, because it is always []
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1643 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r--frontend/syntax.dcl5
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