2008-05-20 Santiago Uruena <uruena@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 May 2008 12:43:44 +0000 (12:43 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 May 2008 12:43:44 +0000 (12:43 +0000)
* i-cobol.ads: Interfaces.COBOL should be preelaborate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135613 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/i-cobol.ads

index 34ef56d..21e5d83 100644 (file)
@@ -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 --