aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/configuration.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-12-23 07:00:45 +0100
committerTristan Gingold <tgingold@free.fr>2014-12-23 07:00:45 +0100
commitcec064bb30e313659ba0b3ef05cfe37e167c2465 (patch)
treed0d0e103cd98cd4693a973858cd30ea53a902b65 /src/vhdl/configuration.adb
parent28e674d71edf5c23419fde584ef2ea1228547e5b (diff)
downloadghdl-cec064bb30e313659ba0b3ef05cfe37e167c2465.tar.gz
ghdl-cec064bb30e313659ba0b3ef05cfe37e167c2465.tar.bz2
ghdl-cec064bb30e313659ba0b3ef05cfe37e167c2465.zip
configuration.adb: change for style.
Diffstat (limited to 'src/vhdl/configuration.adb')
-rw-r--r--src/vhdl/configuration.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/configuration.adb b/src/vhdl/configuration.adb
index 93d4b0072..30d9eb116 100644
--- a/src/vhdl/configuration.adb
+++ b/src/vhdl/configuration.adb
@@ -55,6 +55,7 @@ package body Configuration is
if Get_Elab_Flag (Unit) then
return;
end if;
+ Set_Elab_Flag (Unit, True);
-- May be enabled to debug dependency construction.
if False then
@@ -66,8 +67,6 @@ package body Configuration is
end if;
end if;
- Set_Elab_Flag (Unit, True);
-
Lib_Unit := Get_Library_Unit (Unit);
if Flag_Build_File_Dependence then