aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.dcl
diff options
context:
space:
mode:
authorjohnvg2009-07-28 12:38:20 +0000
committerjohnvg2009-07-28 12:38:20 +0000
commit684ed8e51e8c5ad6010c36c87b3e5c029366f644 (patch)
tree60928ff4c1b252ab2d426b3e3b84daed033fdabb /frontend/syntax.dcl
parentcreate new fv_info_ptr's for strict lets in distributeLets, because otherwise (diff)
mark strict vars with VI_StrictLetVar, transform case of such a var
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1745 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r--frontend/syntax.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl
index 6ce6385..e0c3f90 100644
--- a/frontend/syntax.dcl
+++ b/frontend/syntax.dcl
@@ -691,7 +691,7 @@ from convertDynamics import :: TypeCodeVariableInfo, :: DynamicValueAliasInfo
VI_ClassVar !Ident !VarInfoPtr !Int | /* to hold dictionary variables during overloading */
VI_ForwardClassVar !VarInfoPtr | /* to hold the dictionary variable generated during overloading */
VI_Forward !BoundVar | VI_LetVar !LetVarInfo | VI_LetExpression !LetExpressionInfo |
- VI_CaseOrStrictLetVar !VarInfoPtr |
+ VI_CaseOrStrictLetVar !VarInfoPtr | VI_StrictLetVar |
VI_CorrespondenceNumber !Int | /* it is assumed that this alternative is _only_ used in module comparedefimp */
VI_SequenceNumber !Int | VI_AliasSequenceNumber !BoundVar |
VI_Used | /* for indicating that an imported function has been used */