diff options
Diffstat (limited to 'gcc/ada/s-except.ads')
-rw-r--r-- | gcc/ada/s-except.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-except.ads b/gcc/ada/s-except.ads index 34ff065c7bf..5dc5c1fa563 100644 --- a/gcc/ada/s-except.ads +++ b/gcc/ada/s-except.ads @@ -42,7 +42,7 @@ package System.Exceptions is pragma Warnings (Off); pragma Preelaborate_05; pragma Warnings (On); - -- To let Ada.Exceptions "with" us and let us "with" Standard_Library. + -- To let Ada.Exceptions "with" us and let us "with" Standard_Library package SSL renames System.Standard_Library; -- To let some of the hooks below have formal parameters typed in |