aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlmain.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-16 07:23:01 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-16 07:23:01 +0100
commit92e91061ff7f0db968d20896156a7e0e45bd60cf (patch)
tree732b7d81561dbcbfbe9f5a4a451fd9ebfb0830d3 /src/ghdldrv/ghdlmain.ads
parente541000ba31ab4a63649ea60b1f282aeaa33da96 (diff)
downloadghdl-92e91061ff7f0db968d20896156a7e0e45bd60cf.tar.gz
ghdl-92e91061ff7f0db968d20896156a7e0e45bd60cf.tar.bz2
ghdl-92e91061ff7f0db968d20896156a7e0e45bd60cf.zip
ghdldrv: Cmd argument of Perform_Action is now in.
Diffstat (limited to 'src/ghdldrv/ghdlmain.ads')
-rw-r--r--src/ghdldrv/ghdlmain.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlmain.ads b/src/ghdldrv/ghdlmain.ads
index 0625dfde9..f5ac4b05d 100644
--- a/src/ghdldrv/ghdlmain.ads
+++ b/src/ghdldrv/ghdlmain.ads
@@ -59,7 +59,7 @@ package Ghdlmain is
procedure Disp_Long_Help (Cmd : Command_Type);
-- Perform the action.
- procedure Perform_Action (Cmd : in out Command_Type; Args : Argument_List)
+ procedure Perform_Action (Cmd : Command_Type; Args : Argument_List)
is abstract;
-- Register a command.