This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] Minor comment/formatting fixes


No code changed.

2001-12-12  Geert Bosch <bosch@gnat.com>

	* freeze.ads: Update copyright date.

	* g-comlin.ads: Minor reformatting.

	* gnat-style.texi: Fix typo.

Index: freeze.ads
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/freeze.ads,v
retrieving revision 1.3
diff -c -r1.3 freeze.ads
*** freeze.ads	2001/12/12 21:26:44	1.3
--- freeze.ads	2001/12/12 23:59:23
***************
*** 8,14 ****
  --                                                                          --
  --                            $Revision$
  --                                                                          --
! --          Copyright (C) 1992-2000, 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- --
--- 8,14 ----
  --                                                                          --
  --                            $Revision$
  --                                                                          --
! --          Copyright (C) 1992-2001, 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- --
Index: g-comlin.ads
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/g-comlin.ads,v
retrieving revision 1.2
diff -c -r1.2 g-comlin.ads
*** g-comlin.ads	2001/10/28 12:55:50	1.2
--- g-comlin.ads	2001/12/12 23:59:23
***************
*** 96,102 ****
  --     end loop;
  --  end;
  
- 
  with GNAT.Directory_Operations;
  with GNAT.Regexp;
  
--- 96,101 ----
Index: gnat-style.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/gnat-style.texi,v
retrieving revision 1.2
diff -c -r1.2 gnat-style.texi
*** gnat-style.texi	2001/10/28 12:55:50	1.2
--- gnat-style.texi	2001/12/12 23:59:23
***************
*** 36,42 ****
  
  @titlepage
  @sp 10
! @title GNAT Coding Stye
  @subtitle A guide for GNAT developers
  @subtitle Document revision level $Revision$
  @subtitle Date: @today{}
--- 36,42 ----
  
  @titlepage
  @sp 10
! @title GNAT Coding Style
  @subtitle A guide for GNAT developers
  @subtitle Document revision level $Revision$
  @subtitle Date: @today{}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]