From cd9300765e7e3fd43e450777e98a778146f700c2 Mon Sep 17 00:00:00 2001 From: gingold Date: Sat, 30 Aug 2008 13:30:19 +0000 Subject: Switch to gcc 4.3 Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings --- sem_decls.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sem_decls.adb') diff --git a/sem_decls.adb b/sem_decls.adb index 12262933b..3d1736c4d 100644 --- a/sem_decls.adb +++ b/sem_decls.adb @@ -31,8 +31,8 @@ with Sem_Scopes; use Sem_Scopes; with Sem_Names; use Sem_Names; with Sem_Specs; use Sem_Specs; with Sem_Types; use Sem_Types; -with Iir_Chains; use Iir_Chains; with Xrefs; use Xrefs; +use Iir_Chains; package body Sem_Decls is -- Emit an error if the type of DECL is a file type, access type, -- cgit v1.2.3