diff options
author | johnvg | 2005-04-21 15:52:50 +0000 |
---|---|---|
committer | johnvg | 2005-04-21 15:52:50 +0000 |
commit | 0f8ae96110f200a1c40409e887a849508fb433b3 (patch) | |
tree | 40897b33e57f3108b19c15e846eab19410837da7 /frontend/syntax.dcl | |
parent | remove unused field support_generics (diff) |
remove support for 1.3 import syntax
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1536 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index 479374e..cb88692 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -43,7 +43,7 @@ instance == FunctionOrMacroIndex | STE_Member | STE_Generic // AA | STE_GenericCase // AA - | STE_Instance !Ident // argument: the class (used in explicitimports (1.3 syntax only)) + | STE_Instance | STE_Variable !VarInfoPtr | STE_TypeVariable !TypeVarInfoPtr | STE_TypeAttribute !AttrVarInfoPtr @@ -397,7 +397,6 @@ instance toString (Import from_symbol), AttributeVar, TypeAttribute, Annotation | ID_Type !ImportedIdent !(Optional [ImportedIdent]) | ID_Record !ImportedIdent !(Optional [ImportedIdent]) | ID_Instance !ImportedIdent !Ident !(![Type],![TypeContext]) - | ID_OldSyntax ![Ident] cIsImportedLibrary :== True cIsImportedObject :== False |