aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r--frontend/syntax.dcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl
index 41680bb..7ca5c48 100644
--- a/frontend/syntax.dcl
+++ b/frontend/syntax.dcl
@@ -461,7 +461,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