diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-20 12:43:44 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-20 12:43:44 +0000 |
commit | caab00e1a68f526629146aeffcc90b8d1cf802e2 (patch) | |
tree | eea2f0f1ac71dbd8269692ebb2c910d32f8eb21b | |
parent | bd75c418e8673f4abce0fe318a9e60a8556bfd8e (diff) | |
download | gcc-caab00e1a68f526629146aeffcc90b8d1cf802e2.tar.gz |
2008-05-20 Santiago Uruena <uruena@adacore.com>
* 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
-rw-r--r-- | gcc/ada/i-cobol.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/i-cobol.ads b/gcc/ada/i-cobol.ads index 34ef56da6aa..21e5d831127 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 -- |