aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2005-06-16 11:04:35 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2005-06-16 11:04:35 +0200
commitad34d105445628d284a6709ddd48e0646dcc6722 (patch)
tree0d3b4f44a6da044ddc1c96a9e6d50597f264aad8 /gcc
parentab5a0988264adee3cdc5cf884a69f72a2e0e1abd (diff)
downloadgcc-ad34d105445628d284a6709ddd48e0646dcc6722.zip
gcc-ad34d105445628d284a6709ddd48e0646dcc6722.tar.gz
gcc-ad34d105445628d284a6709ddd48e0646dcc6722.tar.bz2
Minor reformatting.
Update header. From-SVN: r101075
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/cal.c2
-rw-r--r--gcc/ada/g-dyntab.ads6
2 files changed, 3 insertions, 5 deletions
diff --git a/gcc/ada/cal.c b/gcc/ada/cal.c
index 283a0e6..1c509c8 100644
--- a/gcc/ada/cal.c
+++ b/gcc/ada/cal.c
@@ -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- *
diff --git a/gcc/ada/g-dyntab.ads b/gcc/ada/g-dyntab.ads
index 1254075..0c17ca5 100644
--- a/gcc/ada/g-dyntab.ads
+++ b/gcc/ada/g-dyntab.ads
@@ -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;