diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-04-05 09:05:21 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-04-05 09:19:53 +0200 |
commit | f3e936f0ca532fb57f2700a46ba1ff84557f7305 (patch) | |
tree | aa7bc839d7cda359127e90a52b055f714115faf0 /src/errorout.ads | |
parent | a9f68a1d91f8ea2a74d8ad4c34f9c777746848a4 (diff) | |
download | ghdl-f3e936f0ca532fb57f2700a46ba1ff84557f7305.tar.gz ghdl-f3e936f0ca532fb57f2700a46ba1ff84557f7305.tar.bz2 ghdl-f3e936f0ca532fb57f2700a46ba1ff84557f7305.zip |
ghdldrv/: initial support for foreign modules
Diffstat (limited to 'src/errorout.ads')
-rw-r--r-- | src/errorout.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errorout.ads b/src/errorout.ads index 4fa3b3a95..d060003ee 100644 --- a/src/errorout.ads +++ b/src/errorout.ads @@ -209,7 +209,7 @@ package Errorout is -- Disp an error, prepended with program name. -- This is used for errors before initialisation, such as bad option or -- bad filename. - procedure Error_Msg_Option (Msg: String); + procedure Error_Msg_Option (Msg: String; Args : Earg_Arr := No_Eargs); -- Warn about an option. procedure Warning_Msg_Option (Id : Msgid_Warnings; Msg: String); |