diff options
author | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-13 00:03:51 +0000 |
---|---|---|
committer | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-13 00:03:51 +0000 |
commit | 0b8602143e97fc913478dde708b6ecc2ee641d85 (patch) | |
tree | 68cfea56476a0f98b33a9b7deeff3ed61c8d3fc7 /gcc/ada/g-comlin.ads | |
parent | c3f199f2ea092e00281a42c72461391a6e31bb52 (diff) | |
download | gcc-0b8602143e97fc913478dde708b6ecc2ee641d85.tar.gz |
* freeze.ads: Update copyright date.
* g-comlin.ads: Minor reformatting.
* gnat-style.texi: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47956 138bc75d-0d04-0410-961f-82ee72b054a4
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; |