nmake.adt: Modify header so that xnmake does not generate output files with multiple...
authorRobert Dewar <dewar@adacore.com>
Thu, 16 Jun 2005 08:53:02 +0000 (10:53 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 16 Jun 2005 08:53:02 +0000 (10:53 +0200)
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

gcc/ada/nmake.adt
gcc/ada/treeprs.adt

index 42221c1190ba46fda0ae68557c3ac3440a6fbfa2..8664d722b24c573a6346815e1b1bdbcea2daaed8 100644 (file)
@@ -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- --
 -- 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
index 4ae304f7955bba194624f06d3090b1b852878daa..4347fe0bd0f32caf4bb5b5fe930621622c609f7d 100644 (file)
@@ -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)