From a9a8096c82e4c6042c543cac74ba997302422f68 Mon Sep 17 00:00:00 2001 From: rth Date: Sun, 23 Dec 2001 13:22:17 +0000 Subject: [PATCH] * 5nosinte.ads: Get definition of "int" from Interfaces.C. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48288 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/5nosinte.ads | 5 ++++- gcc/ada/ChangeLog | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/ada/5nosinte.ads b/gcc/ada/5nosinte.ads index c854786c2ba..1b7d3a813ad 100644 --- a/gcc/ada/5nosinte.ads +++ b/gcc/ada/5nosinte.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.8 $ +-- $Revision: 1.1 $ -- -- -- Copyright (C) 1991-2001 Free Software Foundation, Inc. -- -- -- @@ -36,9 +36,12 @@ -- This is the no tasking version +with Interfaces.C; package System.OS_Interface is pragma Preelaborate; + subtype int is Interfaces.C.int; + ------------- -- Signals -- ------------- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 9901624dace..423ef8a4aa7 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2001-12-23 Richard Henderson + + * 5nosinte.ads: Get definition of "int" from Interfaces.C. + 2001-12-23 Florian Weimer * gnat-style.texi (Declarations and Types): Remove ancient style -- 2.11.4.GIT