OSDN Git Service

* sourcebuild.texi (Config Fragments): Use @comma{} in
[pf3gnuchains/gcc-fork.git] / gcc / ada / xtreeprs.adb
index 014d1d8..2e026d1 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---          Copyright (C) 1992-2001 Free Software Foundation, Inc.
+--          Copyright (C) 1992-2004 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- --
@@ -303,7 +303,7 @@ begin
 
       loop
          Sp := 79 - 4 - Length (Prefix);
-         exit when (Size (S) <= Sp);
+         exit when Size (S) <= Sp;
          Match (S, Chop_SP, "");
          Put_Line (OutS, Prefix & '"' & S1 & """ &");
          Prefix := V ("         ");