diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/5nosinte.ads | 5 | ||||
-rw-r--r-- | gcc/ada/ChangeLog | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ada/5nosinte.ads b/gcc/ada/5nosinte.ads index c854786..1b7d3a8 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 9901624..423ef8a 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +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> * gnat-style.texi (Declarations and Types): Remove ancient style |