diff options
| -rw-r--r-- | gcc/ada/sinfo.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 60a22be..7048cd4 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2004, 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- -- @@ -48,7 +48,7 @@ -- WARNING: There is a C version of this package. Any changes to this -- source file must be properly reflected in this C header file sinfo.h --- which is created automatically from sinfo.ads using xsinfo.spt. +-- which is created automatically from sinfo.ads using xsinfo.adb. with Types; use Types; with Uintp; use Uintp; |
