aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/g-except.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-except.ads')
-rw-r--r--gcc/ada/g-except.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-except.ads b/gcc/ada/g-except.ads
index 81e4976..6ad0673 100644
--- a/gcc/ada/g-except.ads
+++ b/gcc/ada/g-except.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2000-2002 Ada Core Technologies, Inc. --
+-- Copyright (C) 2000-2005 Ada Core Technologies, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -43,7 +43,7 @@
-- package allows for raising the standard predefined exceptions at least.
package GNAT.Exceptions is
-pragma Pure (Exceptions);
+ pragma Pure;
type Exception_Type is limited null record;
-- Type used to specify which exception to raise.