From 55f9d15fe8ea89c989986f7963170fd10c4a9467 Mon Sep 17 00:00:00 2001 From: johnvg Date: Mon, 29 Jan 2007 16:37:15 +0000 Subject: 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 --- frontend/syntax.dcl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'frontend/syntax.dcl') 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 -- cgit v1.2.3