aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.dcl
diff options
context:
space:
mode:
authorjohnvg2008-10-28 12:09:23 +0000
committerjohnvg2008-10-28 12:09:23 +0000
commitb4fb1ba2f398f0b0de8475d7037531603a6de34b (patch)
tree6a8d09cd1cbfe02ff0c0940d98a19e56ce3368e3 /frontend/syntax.dcl
parentfix conversion of nested guards that may fail, incorrect code was generated (diff)
remove fields gen_cases and gen_star_cases because they are not
used and may cause the compiler to crash if generic definitions and instances occur on a cycle of definition modules git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1702 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r--frontend/syntax.dcl2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl
index 61715b4..331ef76 100644
--- a/frontend/syntax.dcl
+++ b/frontend/syntax.dcl
@@ -391,9 +391,7 @@ cNameLocationDependent :== True
:: GenericInfo =
{ gen_classes :: !GenericClassInfos
- , gen_cases :: ![GlobalIndex]
, gen_var_kinds :: ![TypeKind] // kinds of all st_vars of the gen_type
- , gen_star_case :: !GlobalIndex // general case for kind-star types
}
:: GenericInfoPtr :== Ptr GenericInfo
:: GenericHeap :== Heap GenericInfo