aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-07-31 08:54:53 +0200
committerTristan Gingold <tgingold@free.fr>2016-07-31 08:54:53 +0200
commita497e6451cc2b8244395d2abb3e7a3c6a49fe0b2 (patch)
treea8e3be993111a035e5818291bf8412516c0a1160 /src/options.ads
parent198e5da752e36bf1b11d09b7f2c134783725a0b5 (diff)
downloadghdl-a497e6451cc2b8244395d2abb3e7a3c6a49fe0b2.tar.gz
ghdl-a497e6451cc2b8244395d2abb3e7a3c6a49fe0b2.tar.bz2
ghdl-a497e6451cc2b8244395d2abb3e7a3c6a49fe0b2.zip
Check missing argument for -P, also support -P=
Fixes #103
Diffstat (limited to 'src/options.ads')
-rw-r--r--src/options.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.ads b/src/options.ads
index 24a844b59..b8a7f9f16 100644
--- a/src/options.ads
+++ b/src/options.ads
@@ -20,7 +20,7 @@ package Options is
-- Return true if opt is recognize by flags.
-- Note: std_names.std_names_initialize and files_map.init_pathes must have
-- been called before this subprogram.
- function Parse_Option (Opt: String) return Boolean;
+ function Parse_Option (Option : String) return Boolean;
-- Disp help about these options.
procedure Disp_Options_Help;