aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_lib.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_lib.ads')
-rw-r--r--src/vhdl/sem_lib.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/sem_lib.ads b/src/vhdl/sem_lib.ads
index 4d18356ae..7f57833b5 100644
--- a/src/vhdl/sem_lib.ads
+++ b/src/vhdl/sem_lib.ads
@@ -24,7 +24,7 @@ package Sem_Lib is
-- absolute path).
-- Emit an error if the file cannot be opened.
-- Return NULL_IIR in case of parse error.
- function Load_File (File_Name: Name_Id) return Iir_Design_File;
+ function Load_File_Name (File_Name: Name_Id) return Iir_Design_File;
function Load_File (File : Source_File_Entry) return Iir_Design_File;
-- Load, parse, analyze, back-end a design_unit if necessary.