aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ada/i-cobol.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/i-cobol.ads b/gcc/ada/i-cobol.ads
index 34ef56d..21e5d83 100644
--- a/gcc/ada/i-cobol.ads
+++ b/gcc/ada/i-cobol.ads
@@ -7,7 +7,7 @@
-- S p e c --
-- (ASCII Version) --
-- --
--- Copyright (C) 1993-2005, Free Software Foundation, Inc. --
+-- Copyright (C) 1993-2008, 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,6 +42,7 @@
-- type Standard.Character.
package Interfaces.COBOL is
+ pragma Preelaborate (COBOL);
------------------------------------------------------------
-- Types And Operations For Internal Data Representations --