From 0f8ae96110f200a1c40409e887a849508fb433b3 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 21 Apr 2005 15:52:50 +0000 Subject: 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 --- frontend/syntax.dcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontend/syntax.dcl') 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 -- cgit v1.2.3