From 19c7752a028523edbe96b19eed576787ca97f55a Mon Sep 17 00:00:00 2001 From: martinw Date: Fri, 16 Feb 2001 09:56:26 +0000 Subject: just removing comment git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@298 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/parse.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3