aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authormartinw2001-02-16 09:56:26 +0000
committermartinw2001-02-16 09:56:26 +0000
commit19c7752a028523edbe96b19eed576787ca97f55a (patch)
tree7719f8bf8460b4d52262ba1e51d42dddf4e2b32e /frontend
parentDynamicTemp added to the compiler. You will be needing a new (diff)
just removing comment
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@298 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
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