Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 16 Jun 2005 09:04:35 +0000 (11:04 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 16 Jun 2005 09:04:35 +0000 (11:04 +0200)
Update header.

From-SVN: r101075

gcc/ada/cal.c
gcc/ada/g-dyntab.ads

index 283a0e6856ebf8d9c6342988a6447f255261d665..1c509c82ada5545b96152eda3543afd9fc05af68 100644 (file)
@@ -6,7 +6,7 @@
  *                                                                          *
  *                          C Implementation File                           *
  *                                                                          *
- *          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- *
index 1254075a4b090e7a26d37ea172268e72176718ca..0c17ca5d768e8e59d1dc9e192f5fbe9db8bf9775 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---            Copyright (C) 2000-2003 Ada Core Technologies, Inc.           --
+--            Copyright (C) 2000-2005 Ada Core Technologies, 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- --
@@ -203,9 +203,7 @@ package GNAT.Dynamic_Tables is
    --  to return False). The sort is not stable (the order of equal items
    --  in the table is not preserved).
 
-
 private
-
    type Table_Private is record
       Max : Integer;
       --  Subscript of the maximum entry in the currently allocated table
@@ -215,7 +213,7 @@ private
       --  ensures that we initially allocate the table.
 
       Last_Val : Integer;
-      --  Current value of Last.
+      --  Current value of Last
    end record;
 
 end GNAT.Dynamic_Tables;