diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2008-08-30 13:30:19 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2008-08-30 13:30:19 +0000 |
commit | cd9300765e7e3fd43e450777e98a778146f700c2 (patch) | |
tree | f013fea17ae4eee9c1649e63b99b9bfe377fafb4 /sem_scopes.adb | |
parent | 4b6571671497ecc1f846bfa49678254e14511fc9 (diff) | |
download | ghdl-cd9300765e7e3fd43e450777e98a778146f700c2.tar.gz ghdl-cd9300765e7e3fd43e450777e98a778146f700c2.tar.bz2 ghdl-cd9300765e7e3fd43e450777e98a778146f700c2.zip |
Switch to gcc 4.3
Don't use tagged types in grt (not supported by recent versions of GNAT)
Fix warnings
Diffstat (limited to 'sem_scopes.adb')
-rw-r--r-- | sem_scopes.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sem_scopes.adb b/sem_scopes.adb index fe4bcc77d..88e676075 100644 --- a/sem_scopes.adb +++ b/sem_scopes.adb @@ -17,7 +17,6 @@ -- 02111-1307, USA. with Ada.Text_IO; with GNAT.Table; -with Types; use Types; with Name_Table; -- use Name_Table; with Errorout; use Errorout; with Iirs_Utils; |