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