aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/translation.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-01-18 20:27:02 +0100
committerTristan Gingold <tgingold@free.fr>2018-01-18 20:27:02 +0100
commit6e45f40a47afe5fd25254d3730a6f73256879a17 (patch)
tree71bd250832427d69e85d79b2de9a5404ec23d799 /src/vhdl/translate/translation.adb
parentc257d0fa8da01df60c993a95aba44cbafd68ac69 (diff)
downloadghdl-6e45f40a47afe5fd25254d3730a6f73256879a17.tar.gz
ghdl-6e45f40a47afe5fd25254d3730a6f73256879a17.tar.bz2
ghdl-6e45f40a47afe5fd25254d3730a6f73256879a17.zip
files_map: get rid of global Nam_Buffer use.
Diffstat (limited to 'src/vhdl/translate/translation.adb')
-rw-r--r--src/vhdl/translate/translation.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/translate/translation.adb b/src/vhdl/translate/translation.adb
index 86497bae5..9c3a3e2a5 100644
--- a/src/vhdl/translate/translation.adb
+++ b/src/vhdl/translate/translation.adb
@@ -272,8 +272,7 @@ package body Translation is
declare
Pathname : constant String := Files_Map.Get_Pathname
(Get_Design_File_Directory (Design_File),
- Get_Design_File_Filename (Design_File),
- False);
+ Get_Design_File_Filename (Design_File));
begin
New_Debug_Filename_Decl (Pathname);
end;