summaryrefslogtreecommitdiff
path: root/gcc/ada/s-arit64.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-arit64.ads')
-rw-r--r--gcc/ada/s-arit64.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-arit64.ads b/gcc/ada/s-arit64.ads
index 202051904b8..9364277f938 100644
--- a/gcc/ada/s-arit64.ads
+++ b/gcc/ada/s-arit64.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2004, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2005, Free Software Foundation, 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- --
@@ -38,7 +38,7 @@
with Interfaces;
package System.Arith_64 is
-pragma Pure (Arith_64);
+ pragma Pure;
subtype Int64 is Interfaces.Integer_64;