diff options
Diffstat (limited to 'gcc/ada/i-cexten.ads')
-rw-r--r-- | gcc/ada/i-cexten.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/i-cexten.ads b/gcc/ada/i-cexten.ads index e1203ff9c49..c78303cf124 100644 --- a/gcc/ada/i-cexten.ads +++ b/gcc/ada/i-cexten.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992,1993,1994,1995 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -247,5 +247,4 @@ package Interfaces.C.Extensions is type Signed_32 is range -2 ** 31 .. 2 ** 31 - 1; for Signed_32'Size use 32; - end Interfaces.C.Extensions; |