aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/i-cpoint.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/i-cpoint.ads')
-rw-r--r--gcc/ada/i-cpoint.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/i-cpoint.ads b/gcc/ada/i-cpoint.ads
index ac6dd14b..e473f57 100644
--- a/gcc/ada/i-cpoint.ads
+++ b/gcc/ada/i-cpoint.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1993-2004 Free Software Foundation, Inc. --
+-- Copyright (C) 1993-2005 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 --
@@ -42,7 +42,7 @@ generic
Default_Terminator : Element;
package Interfaces.C.Pointers is
-pragma Preelaborate (Pointers);
+ pragma Preelaborate;
type Pointer is access all Element;