aboutsummaryrefslogtreecommitdiffstats
path: root/src/libraries.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-10-09 20:32:36 +0200
committerTristan Gingold <tgingold@free.fr>2017-10-09 20:32:36 +0200
commit767b7f644c438aa8cf392e3bfd5d75dadd5e05c7 (patch)
tree62860f5257775c07a7ac3d6460a0a8d13e62cf44 /src/libraries.ads
parente00401d23ea9e9e2866ae18889aa0956aaf9ec86 (diff)
downloadghdl-767b7f644c438aa8cf392e3bfd5d75dadd5e05c7.tar.gz
ghdl-767b7f644c438aa8cf392e3bfd5d75dadd5e05c7.tar.bz2
ghdl-767b7f644c438aa8cf392e3bfd5d75dadd5e05c7.zip
libraries: rename Implicit_Location by Library_Location.
Diffstat (limited to 'src/libraries.ads')
-rw-r--r--src/libraries.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libraries.ads b/src/libraries.ads
index edaf74292..e8060c522 100644
--- a/src/libraries.ads
+++ b/src/libraries.ads
@@ -36,6 +36,9 @@ package Libraries is
-- Location for a command line.
Command_Line_Location : Location_Type;
+ -- A location for library declarations (such as library WORK).
+ Library_Location: Location_Type;
+
-- Library declaration for the std library.
-- This is also the first library of the libraries chain.
Std_Library : Iir_Library_Declaration := Null_Iir;