diff options
author | martinw | 2001-02-16 09:56:26 +0000 |
---|---|---|
committer | martinw | 2001-02-16 09:56:26 +0000 |
commit | 19c7752a028523edbe96b19eed576787ca97f55a (patch) | |
tree | 7719f8bf8460b4d52262ba1e51d42dddf4e2b32e | |
parent | DynamicTemp 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
-rw-r--r-- | frontend/parse.icl | 2 |
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 |