diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-12-23 07:00:45 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-12-23 07:00:45 +0100 |
commit | cec064bb30e313659ba0b3ef05cfe37e167c2465 (patch) | |
tree | d0d0e103cd98cd4693a973858cd30ea53a902b65 /src/vhdl | |
parent | 28e674d71edf5c23419fde584ef2ea1228547e5b (diff) | |
download | ghdl-cec064bb30e313659ba0b3ef05cfe37e167c2465.tar.gz ghdl-cec064bb30e313659ba0b3ef05cfe37e167c2465.tar.bz2 ghdl-cec064bb30e313659ba0b3ef05cfe37e167c2465.zip |
configuration.adb: change for style.
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/configuration.adb | 3 |
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 |