diff options
author | Geert Bosch <bosch@gnat.com> | 2001-12-13 01:03:51 +0100 |
---|---|---|
committer | Geert Bosch <bosch@gcc.gnu.org> | 2001-12-13 01:03:51 +0100 |
commit | e5bd5cb4708e1ef9ddfae138636c309be3e2d929 (patch) | |
tree | 68cfea56476a0f98b33a9b7deeff3ed61c8d3fc7 /gcc/ada/g-comlin.ads | |
parent | b468d8ec489cede2ab5ca57119fe77a3e75eeb15 (diff) | |
download | gcc-e5bd5cb4708e1ef9ddfae138636c309be3e2d929.tar.gz |
freeze.ads: Update copyright date.
* freeze.ads: Update copyright date.
* g-comlin.ads: Minor reformatting.
* gnat-style.texi: Fix typo.
From-SVN: r47956
Diffstat (limited to 'gcc/ada/g-comlin.ads')
-rw-r--r-- | gcc/ada/g-comlin.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/g-comlin.ads b/gcc/ada/g-comlin.ads index f1ee5c4a603..d2c874e92e5 100644 --- a/gcc/ada/g-comlin.ads +++ b/gcc/ada/g-comlin.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.1 $ +-- $Revision$ -- -- -- Copyright (C) 1999-2001 Ada Core Technologies, Inc. -- -- -- @@ -96,7 +96,6 @@ -- end loop; -- end; - with GNAT.Directory_Operations; with GNAT.Regexp; |