aboutsummaryrefslogtreecommitdiffstats
path: root/sem_decls.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_decls.adb
parent30ef866f457730def2bd98ddaf821cd4e10c609f (diff)
downloadghdl-37b4ff57b54a81d56dddf36945afe26841527b8f.tar.gz
ghdl-37b4ff57b54a81d56dddf36945afe26841527b8f.tar.bz2
ghdl-37b4ff57b54a81d56dddf36945afe26841527b8f.zip
updated (some optim, bug fixes)
Diffstat (limited to 'sem_decls.adb')
-rw-r--r--sem_decls.adb10
1 files changed, 5 insertions, 5 deletions
diff --git a/sem_decls.adb b/sem_decls.adb
index ac34389f6..da0e85d61 100644
--- a/sem_decls.adb
+++ b/sem_decls.adb
@@ -15,22 +15,22 @@
-- 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 Sem_Scopes; use Sem_Scopes;
-with Sem_Names; use Sem_Names;
with Errorout; use Errorout;
with Types; use Types;
-with Sem_Expr; use Sem_Expr;
with Std_Names;
with Tokens;
-with Sem_Specs; use Sem_Specs;
with Flags;
with Std_Package; use Std_Package;
with Iir_Chains;
with Evaluation; use Evaluation;
with Name_Table;
with Iirs_Utils; use Iirs_Utils;
-with Sem_Types; use Sem_Types;
with Sem; use Sem;
+with Sem_Expr; use Sem_Expr;
+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;