aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/parse.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/parse.icl b/frontend/parse.icl
index 5e6f6a6..5178930 100644
--- a/frontend/parse.icl
+++ b/frontend/parse.icl
@@ -896,7 +896,7 @@ want_2_0_import_declaration token pState
-> (ID_Class { ii_ident = class_id, ii_extended = ii_extended } No, pState)
InstanceToken
# (class_name, pState) = want pState
-// (ii_extended, pState) = optional_extension pState // XXX fix this, Pieter
+// (ii_extended, pState) = optional_extension pState // MW: removed but still not ok
ii_extended = False
(types, pState) = wantList "instance types" tryBrackType pState
(class_id, pState) = stringToIdent class_name IC_Class pState