aboutsummaryrefslogtreecommitdiffstats
path: root/sem_types.adb
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-10-23 19:39:43 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-10-23 19:39:43 +0000
commit37b4ff57b54a81d56dddf36945afe26841527b8f (patch)
tree70e7583331345689806b02fd44fba1b8f40220c0 /sem_types.adb
parent30ef866f457730def2bd98ddaf821cd4e10c609f (diff)
downloadghdl-37b4ff57b54a81d56dddf36945afe26841527b8f.tar.gz
ghdl-37b4ff57b54a81d56dddf36945afe26841527b8f.tar.bz2
ghdl-37b4ff57b54a81d56dddf36945afe26841527b8f.zip
updated (some optim, bug fixes)
Diffstat (limited to 'sem_types.adb')
-rw-r--r--sem_types.adb8
1 files changed, 4 insertions, 4 deletions
diff --git a/sem_types.adb b/sem_types.adb
index a465b0fde..c378db203 100644
--- a/sem_types.adb
+++ b/sem_types.adb
@@ -15,19 +15,19 @@
-- along with GCC; see the file COPYING. If not, write to the Free
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
+with Libraries;
+with Flags;
+with Types; use Types;
with Errorout; use Errorout;
with Evaluation; use Evaluation;
with Sem;
with Sem_Expr; use Sem_Expr;
with Sem_Scopes; use Sem_Scopes;
+with Sem_Names; use Sem_Names;
with Sem_Decls;
-with Libraries;
-with Flags;
-with Types; use Types;
with Std_Names;
with Iirs_Utils; use Iirs_Utils;
with Std_Package; use Std_Package;
-with Sem_Names; use Sem_Names;
with Xrefs; use Xrefs;
package body Sem_Types is