diff options
Diffstat (limited to 'gcc/ada/sprint.ads')
-rw-r--r-- | gcc/ada/sprint.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sprint.ads b/gcc/ada/sprint.ads index a51a52a74a1..d10a009ea47 100644 --- a/gcc/ada/sprint.ads +++ b/gcc/ada/sprint.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2002, 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- -- @@ -115,7 +115,7 @@ package Sprint is -- does not generate any New_Line calls. procedure Sprint_Opt_Node_List (List : List_Id); - -- Like Sprint_Node_List, but prints nothing if List = No_List. + -- Like Sprint_Node_List, but prints nothing if List = No_List procedure Sprint_Indented_List (List : List_Id); -- Like Sprint_Line_List, except that the indentation level is |