From 978a419f80c9d85b44ffca175e56763f3e93812e Mon Sep 17 00:00:00 2001 From: ronny Date: Wed, 18 Jul 2001 16:17:41 +0000 Subject: replaced VI_Alias with VI_AliasSequenceNumber to avoid potential clashes with VI_Aliases from previous phases git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@557 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/syntax.dcl | 2 +- frontend/syntax.icl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend') diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index d4253bd..21374fa 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -524,7 +524,7 @@ cIsALocalVar :== False VI_ForwardClassVar !VarInfoPtr | /* to hold the dictionary variable generated during overloading */ VI_Forward !BoundVar | VI_LetVar !LetVarInfo | VI_LetExpression !LetExpressionInfo | VI_CaseVar !VarInfoPtr | VI_CorrespondenceNumber !Int | /* it is assumed that this alternative is _only_ used in module comparedefimp */ - VI_SequenceNumber !Int | + VI_SequenceNumber !Int | VI_AliasSequenceNumber !BoundVar | VI_Used | /* for indicating that an imported function has been used */ VI_PropagationType !SymbolType | /* for storing the type with propagation environment of an imported function */ VI_ExpandedType !SymbolType | /* for storing the (expanded) type of an imported function */ diff --git a/frontend/syntax.icl b/frontend/syntax.icl index be57141..3e868c1 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -509,7 +509,7 @@ cIsALocalVar :== False VI_ForwardClassVar !VarInfoPtr | /* to hold the dictionary variable generated during overloading */ VI_Forward !BoundVar | VI_LetVar !LetVarInfo | VI_LetExpression !LetExpressionInfo | VI_CaseVar !VarInfoPtr | VI_CorrespondenceNumber !Int | /* it is assumed that this alternative is _only_ used in module comparedefimp */ - VI_SequenceNumber !Int | + VI_SequenceNumber !Int | VI_AliasSequenceNumber !BoundVar | VI_Used | /* for indicating that an imported function has been used */ VI_PropagationType !SymbolType | /* for storing the type with propagation environment of an imported function */ VI_ExpandedType !SymbolType | /* for storing the (expanded) type of an imported function */ -- cgit v1.2.3