config-lang.in: Update copyright notice
authorGeert Bosch <bosch@gnat.com>
Fri, 14 Dec 2001 22:31:14 +0000 (23:31 +0100)
committerGeert Bosch <bosch@gcc.gnu.org>
Fri, 14 Dec 2001 22:31:14 +0000 (23:31 +0100)
* config-lang.in: Update copyright notice

* layout.adb: Remove commented out code.

* mdllfile.ads: Update copyright notice. Fix header format.

* sem_case.ads: Likewise.

* sem_ch3.adb: Minor reformatting.

From-SVN: r48014

gcc/ada/ChangeLog
gcc/ada/config-lang.in
gcc/ada/layout.adb
gcc/ada/mdllfile.ads
gcc/ada/sem_case.ads
gcc/ada/sem_ch3.adb

index a5eec27cdf6480dcbe52c17e5c5955638c13e716..452549ff71603731ca066fd97875a366bd28f65f 100644 (file)
@@ -1,3 +1,15 @@
+2001-12-14  Geert Bosch <bosch@gnat.com>
+
+       * config-lang.in: Update copyright notice
+
+       * layout.adb: Remove commented out code.
+
+       * mdllfile.ads: Update copyright notice. Fix header format.
+
+       * sem_case.ads: Likewise.
+
+       * sem_ch3.adb: Minor reformatting.
+
 2001-12-12  Geert Bosch <bosch@gnat.com>
 
        * freeze.ads: Update copyright date.
index 7a853863f0fe96365e6fe1472751b20bf509d83a..d9029c14b8db5dac35dd0975ed2c16ec83952d5f 100644 (file)
@@ -1,5 +1,5 @@
 # Top level configure fragment for GNU Ada (GNAT).
-#   Copyright (C) 1994 Free Software Foundation, Inc.
+#   Copyright (C) 1994-2001 Free Software Foundation, Inc.
 
 #This file is part of GNU CC.
 
index b3c5401e0bc993a94f965d64b21c78410eb56863..311a6e4f86cbfc392761fce88cf58a8723e706d6 100644 (file)
@@ -39,7 +39,6 @@ with Repinfo;  use Repinfo;
 with Sem;      use Sem;
 with Sem_Ch13; use Sem_Ch13;
 with Sem_Eval; use Sem_Eval;
---  with Sem_Res;  use Sem_Res;
 with Sem_Util; use Sem_Util;
 with Sinfo;    use Sinfo;
 with Snames;   use Snames;
index 84b4291192f97658d0ab0528190db91eda7ee8ee..c7a14c238a468abc79130df652c997bd4bb690ff 100644 (file)
@@ -6,9 +6,9 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision$                              --
+--                            $Revision$
 --                                                                          --
---          Copyright (C) 1992-1999 Free Software Foundation, Inc.          --
+--          Copyright (C) 1992-2001 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- --
index c1f172bcd52b135ae9cc1768726dddb04bc433df..8d0b3f1fbb64054bc1250e6846a087c55af24fa7 100644 (file)
@@ -6,9 +6,9 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.1 $                              --
+--                            $Revision$
 --                                                                          --
---            Copyright (C) 1996 Free Software Foundation, Inc.             --
+--         Copyright (C) 1996-2001 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- --
index dcae6f968549ad8e2b7901b0a52c4b6e4acb9cea..515f2e148da8cf62c843cacdfeb693d53cd3ff80 100644 (file)
@@ -1605,7 +1605,9 @@ package body Sem_Ch3 is
             null;
 
          elsif Nkind (E) = N_Raise_Constraint_Error then
-            --  Aggregate is statically illegal. Place back in declaration.
+
+            --  Aggregate is statically illegal. Place back in declaration
+
             Set_Expression (N, E);
             Set_No_Initialization (N, False);