aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/switch.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/switch.ads')
-rw-r--r--gcc/ada/switch.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/switch.ads b/gcc/ada/switch.ads
index 15c273f..dce2f12 100644
--- a/gcc/ada/switch.ads
+++ b/gcc/ada/switch.ads
@@ -86,6 +86,7 @@ private
-- digit of the integer value.
procedure Bad_Switch (Switch : Character);
+ procedure Bad_Switch (Switch : String);
-- Fail with an appropriate message when a switch is not recognized
end Switch;