Commit 342c987b by Santiago Uruena Committed by Arnaud Charlet

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

2008-05-20  Santiago Uruena  <uruena@adacore.com>

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

From-SVN: r135613
parent f983388f
......@@ -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 --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment