i-cobol.ads: Interfaces.COBOL should be preelaborate.
authorSantiago Uruena <uruena@adacore.com>
Tue, 20 May 2008 12:43:44 +0000 (14:43 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 20 May 2008 12:43:44 +0000 (14:43 +0200)
2008-05-20  Santiago Uruena  <uruena@adacore.com>

* i-cobol.ads: Interfaces.COBOL should be preelaborate.

From-SVN: r135613

gcc/ada/i-cobol.ads

index 34ef56da6aa8ec129a8384916f04a0a1b781aae1..21e5d8311272ca91016ff7caac715c287751b51f 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 --