aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdllocal.ads')
-rw-r--r--src/ghdldrv/ghdllocal.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdllocal.ads b/src/ghdldrv/ghdllocal.ads
index 0b195dee5..ee990f1d9 100644
--- a/src/ghdldrv/ghdllocal.ads
+++ b/src/ghdldrv/ghdllocal.ads
@@ -116,7 +116,8 @@ package Ghdllocal is
procedure Disp_Config_Prefixes;
-- Setup standard libaries path. If LOAD is true, then load them now.
- procedure Setup_Libraries (Load : Boolean);
+ -- Return TRUE in case of success, FALSE in case of failure.
+ function Setup_Libraries (Load : Boolean) return Boolean;
-- Set Exec_Prefix from program name. Called by Setup_Libraries.
procedure Set_Exec_Prefix_From_Program_Name;