diff options
author | Robert Dewar <dewar@adacore.com> | 2005-06-16 10:53:02 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-06-16 10:53:02 +0200 |
commit | d026bfa56c0fd9643db6a70fd7f7f90ac7b005f7 (patch) | |
tree | 3e2ca50fbbda70efd26e7b8941ae7a766dcb3660 /gcc/ada/treeprs.adt | |
parent | ff7cce69d51cd9240c0fcb4e0379a670fdc1ad73 (diff) | |
download | gcc-d026bfa56c0fd9643db6a70fd7f7f90ac7b005f7.zip gcc-d026bfa56c0fd9643db6a70fd7f7f90ac7b005f7.tar.gz gcc-d026bfa56c0fd9643db6a70fd7f7f90ac7b005f7.tar.bz2 |
nmake.adt: Modify header so that xnmake does not generate output files with multiple blank...
2005-06-14 Robert Dewar <dewar@adacore.com>
* nmake.adt: Modify header so that xnmake does not generate output
files with multiple blank lines.
* treeprs.adt: Remove a blank line so that output from xtreeprs does
not have an extra blank line
From-SVN: r101065
Diffstat (limited to 'gcc/ada/treeprs.adt')
-rw-r--r-- | gcc/ada/treeprs.adt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/treeprs.adt b/gcc/ada/treeprs.adt index 4ae304f..4347fe0 100644 --- a/gcc/ada/treeprs.adt +++ b/gcc/ada/treeprs.adt @@ -6,7 +6,7 @@ -- -- -- T e m p l a t e -- -- -- --- Copyright (C) 1992-2003 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- -- @@ -23,7 +23,6 @@ -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ - -- This file is a template used as input to the utility program XTreeprs, -- which reads this template, and the spec of Sinfo (sinfo.ads) and generates -- the spec for the Treeprs package (file treeprs.ads) |