summaryrefslogtreecommitdiff
path: root/gcc/ada/interfac.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/interfac.ads')
-rw-r--r--gcc/ada/interfac.ads6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/interfac.ads b/gcc/ada/interfac.ads
index d36b48f742c..810366d5763 100644
--- a/gcc/ada/interfac.ads
+++ b/gcc/ada/interfac.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2002-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 2002-2011, Free Software Foundation, Inc. --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow --
@@ -36,6 +36,10 @@
package Interfaces is
pragma Pure;
+ -- All identifiers in this unit are implementation defined
+
+ pragma Implementation_Defined;
+
type Integer_8 is range -2 ** 7 .. 2 ** 7 - 1;
for Integer_8'Size use 8;