diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-16 08:53:02 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-16 08:53:02 +0000 |
commit | 9d0c8913429529cdc0a0522feb43ca76f1ea35ae (patch) | |
tree | 3e2ca50fbbda70efd26e7b8941ae7a766dcb3660 /gcc/ada/nmake.adt | |
parent | 49a2220240d10360b21ab1417b145bf42d288ec6 (diff) | |
download | gcc-9d0c8913429529cdc0a0522feb43ca76f1ea35ae.tar.gz |
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
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101065 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/nmake.adt')
-rw-r--r-- | gcc/ada/nmake.adt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gcc/ada/nmake.adt b/gcc/ada/nmake.adt index 42221c1190b..8664d722b24 100644 --- a/gcc/ada/nmake.adt +++ b/gcc/ada/nmake.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,16 +23,15 @@ -- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ - -pragma Style_Checks (All_Checks); --- Turn off subprogram order checking, since the routines here are --- generated automatically in order. - -- This file is a template used as input to the utility program XNmake, -- which reads this template, and the spec of Sinfo (sinfo.ads) and -- generates the body and/or the spec for the Nmake package (files -- nmake.ads and nmake.adb) +pragma Style_Checks (All_Checks); +-- Turn off subprogram order checking, since the routines here are +-- generated automatically in order. + with Atree; use Atree; -- body only with Nlists; use Nlists; -- spec only with Sinfo; use Sinfo; -- body only |