aboutsummaryrefslogtreecommitdiffstats
path: root/src/libraries.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-14 19:14:03 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-14 19:14:03 +0100
commit9ef4ebe51b7290e363cedaf0c2cbf72ccef2443f (patch)
treeb08899b53f097a770bb0ee8a06fbff23ebef0f52 /src/libraries.adb
parentd679149045aaf9eab462b98f67d4064791e2ff40 (diff)
downloadghdl-9ef4ebe51b7290e363cedaf0c2cbf72ccef2443f.tar.gz
ghdl-9ef4ebe51b7290e363cedaf0c2cbf72ccef2443f.tar.bz2
ghdl-9ef4ebe51b7290e363cedaf0c2cbf72ccef2443f.zip
files_map: renaming for consistency.
Diffstat (limited to 'src/libraries.adb')
-rw-r--r--src/libraries.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libraries.adb b/src/libraries.adb
index e6f091e0f..4a12f825e 100644
--- a/src/libraries.adb
+++ b/src/libraries.adb
@@ -608,8 +608,8 @@ package body Libraries is
(Get_Identifier ("*libraries*"));
Command_Source_File := Create_Virtual_Source_File
(Get_Identifier ("*command line*"));
- Command_Line_Location := Source_File_To_Location (Command_Source_File);
- Library_Location := Source_File_To_Location (Library_Source_File);
+ Command_Line_Location := File_To_Location (Command_Source_File);
+ Library_Location := File_To_Location (Library_Source_File);
end Create_Virtual_Locations;
-- Note: the scanner shouldn't be in use, since this procedure uses it.