diff options
Diffstat (limited to 'gcc/ada/a-ioexce.ads')
-rw-r--r-- | gcc/ada/a-ioexce.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-ioexce.ads b/gcc/ada/a-ioexce.ads index 80546dfac15..d4c6ee5d294 100644 --- a/gcc/ada/a-ioexce.ads +++ b/gcc/ada/a-ioexce.ads @@ -14,7 +14,7 @@ ------------------------------------------------------------------------------ package Ada.IO_Exceptions is -pragma Pure (IO_Exceptions); + pragma Pure; Status_Error : exception; Mode_Error : exception; |