From: Santiago Uruena Date: Tue, 20 May 2008 12:43:44 +0000 (+0200) Subject: i-cobol.ads: Interfaces.COBOL should be preelaborate. X-Git-Tag: releases/gcc-4.4.0~4849 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=342c987b287f32374df05fe846460881aa128e51;p=thirdparty%2Fgcc.git i-cobol.ads: Interfaces.COBOL should be preelaborate. 2008-05-20 Santiago Uruena * i-cobol.ads: Interfaces.COBOL should be preelaborate. From-SVN: r135613 --- diff --git a/gcc/ada/i-cobol.ads b/gcc/ada/i-cobol.ads index 34ef56da6aa8..21e5d8311272 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 --