aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.icl
diff options
context:
space:
mode:
authorsjakie2000-05-22 11:07:04 +0000
committersjakie2000-05-22 11:07:04 +0000
commitf6d9f93a11ce188983ab08e96c766c90e476fba7 (patch)
treeed287284965b7f6e0132cc526da11866e8ec2141 /frontend/syntax.icl
parentaccepting changes (diff)
improved dynamics
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@141 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r--frontend/syntax.icl3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl
index 8ac3090..b211d68 100644
--- a/frontend/syntax.icl
+++ b/frontend/syntax.icl
@@ -436,7 +436,8 @@ cIsALocalVar :== False
VI_Default !Int | VI_Indirection !Int | /* used during conversion of dynamics; the Int indiacted the refenrence count */
VI_Body !SymbIdent !TransformedBody ![FreeVar] | /* used during fusion */
VI_Dictionary !SymbIdent ![Expression] !Type | /* used during fusion */
- VI_Extended !ExtendedVarInfo !VarInfo
+ VI_Extended !ExtendedVarInfo !VarInfo |
+ VI_Defined /* for marking type code variables during overloading */ | VI_LocallyDefined
:: ExtendedVarInfo = EVI_VarType !AType