diff options
Diffstat (limited to 'src/ghdldrv/ghdllocal.ads')
-rw-r--r-- | src/ghdldrv/ghdllocal.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdllocal.ads b/src/ghdldrv/ghdllocal.ads index 3189c58cc..2a7b4ef92 100644 --- a/src/ghdldrv/ghdllocal.ads +++ b/src/ghdldrv/ghdllocal.ads @@ -120,7 +120,8 @@ package Ghdllocal is -- Setup library, analyze FILES, and if SAVE_LIBRARY is set save the -- work library only - procedure Analyze_Files (Files : Argument_List; Save_Library : Boolean); + procedure Analyze_Files + (Files : Argument_List; Save_Library : Boolean; Error : out Boolean); -- Load and parse all libraries and files, starting from the work library. -- The work library must already be loaded. |