diff options
Diffstat (limited to 'gcc/ada/a-colire.ads')
-rw-r--r-- | gcc/ada/a-colire.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-colire.ads b/gcc/ada/a-colire.ads index 35f6a49c5cc..8c5a518575e 100644 --- a/gcc/ada/a-colire.ads +++ b/gcc/ada/a-colire.ads @@ -41,7 +41,7 @@ -- argument, Argument_Count will be 2, and Argument (2) will return C. package Ada.Command_Line.Remove is -pragma Preelaborate (Remove); + pragma Preelaborate; procedure Remove_Argument (Number : in Positive); -- Removes the argument identified by Number, which must be in the |