diff options
Diffstat (limited to 'gcc/ada/prj-strt.ads')
-rw-r--r-- | gcc/ada/prj-strt.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/prj-strt.ads b/gcc/ada/prj-strt.ads index a1575b807ce..74dc37457fe 100644 --- a/gcc/ada/prj-strt.ads +++ b/gcc/ada/prj-strt.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2001-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 2001-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- -- @@ -24,7 +24,7 @@ -- -- ------------------------------------------------------------------------------ --- This package implements parsing of string expressions in project files. +-- This package implements parsing of string expressions in project files with Prj.Tree; use Prj.Tree; |