From 767b7f644c438aa8cf392e3bfd5d75dadd5e05c7 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 9 Oct 2017 20:32:36 +0200 Subject: libraries: rename Implicit_Location by Library_Location. --- src/libraries.ads | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libraries.ads') 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; -- cgit v1.2.3