diff options
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index 4339b75..944a0a2 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -478,7 +478,7 @@ cIsALocalVar :== False VI_ExpandedType !SymbolType | /* for storing the (expanded) type of an imported function */ VI_Record ![AuxiliaryPattern] | VI_Pattern !AuxiliaryPattern | - VI_Default !Int | /* used during conversion of dynamics; the Int indiacted the refenrence count */ + 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 |