Commit 14aacce7 by Richard Henderson Committed by Richard Henderson

* 5nosinte.ads: Get definition of "int" from Interfaces.C.

From-SVN: r48288
parent e4abc3d5
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- S p e c -- -- S p e c --
-- -- -- --
-- $Revision: 1.8 $ -- $Revision: 1.1 $
-- -- -- --
-- Copyright (C) 1991-2001 Free Software Foundation, Inc. -- -- Copyright (C) 1991-2001 Free Software Foundation, Inc. --
-- -- -- --
...@@ -36,9 +36,12 @@ ...@@ -36,9 +36,12 @@
-- This is the no tasking version -- This is the no tasking version
with Interfaces.C;
package System.OS_Interface is package System.OS_Interface is
pragma Preelaborate; pragma Preelaborate;
subtype int is Interfaces.C.int;
------------- -------------
-- Signals -- -- Signals --
------------- -------------
......
2001-12-23 Richard Henderson <rth@redhat.com>
* 5nosinte.ads: Get definition of "int" from Interfaces.C.
2001-12-23 Florian Weimer <fw@deneb.enyo.de> 2001-12-23 Florian Weimer <fw@deneb.enyo.de>
* gnat-style.texi (Declarations and Types): Remove ancient style * gnat-style.texi (Declarations and Types): Remove ancient style
......
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