* validsw.adb: Properly save -gnatVn status.
From-SVN: r46221
This commit is contained in:
parent
ac43be7309
commit
e70ee92a44
@ -1,3 +1,7 @@
|
||||
2001-10-11 Robert Dewar <dewar@gnat.com>
|
||||
|
||||
* validsw.adb: Properly save -gnatVn status.
|
||||
|
||||
2001-10-11 Robert Dewar <dewar@gnat.com>
|
||||
|
||||
* usage.adb: Add lines for V switch.
|
||||
|
@ -6,7 +6,7 @@
|
||||
-- --
|
||||
-- B o d y --
|
||||
-- --
|
||||
-- $Revision: 1.2 $
|
||||
-- $Revision$
|
||||
-- --
|
||||
-- Copyright (C) 2001 Free Software Foundation, Inc. --
|
||||
-- --
|
||||
@ -74,8 +74,9 @@ package body Validsw is
|
||||
Options (K) := ' ';
|
||||
end loop;
|
||||
|
||||
Add ('n', not Validity_Check_Default);
|
||||
|
||||
Add ('c', Validity_Check_Copies);
|
||||
Add ('d', Validity_Check_Default);
|
||||
Add ('f', Validity_Check_Floating_Point);
|
||||
Add ('i', Validity_Check_In_Params);
|
||||
Add ('m', Validity_Check_In_Out_Params);
|
||||
|
Loading…
x
Reference in New Issue
Block a user