diff options
author | fw <fw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-23 11:23:14 +0000 |
---|---|---|
committer | fw <fw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-23 11:23:14 +0000 |
commit | de7639eee758bdb159e6820a61051f27e82167b0 (patch) | |
tree | ac4386d28474641a6f52876349c40e17330e2a97 /gcc/ada/gnat-style.texi | |
parent | 00590f8239cb6db15cb21eeb17a16b9eba42e76e (diff) | |
download | gcc-de7639eee758bdb159e6820a61051f27e82167b0.tar.gz |
* gnat-style.texi (Declarations and Types): Remove ancient style
rule which was mandated by code generation issues.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48286 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gnat-style.texi')
-rw-r--r-- | gcc/ada/gnat-style.texi | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/ada/gnat-style.texi b/gcc/ada/gnat-style.texi index 398d35d07b5..dafef796b7b 100644 --- a/gcc/ada/gnat-style.texi +++ b/gcc/ada/gnat-style.texi @@ -6,7 +6,7 @@ @c o @c G N A T C O D I N G S T Y L E o @c o -@c $Revision: 1.3 $ +@c $Revision: 1.4 $ @c o @c Copyright (C) 1992-2001 Ada Core Technologies, Inc. o @c o @@ -46,7 +46,7 @@ @sp 10 @title GNAT Coding Style @subtitle A guide for GNAT developers -@subtitle Document revision level $Revision: 1.3 $ +@subtitle Document revision level $Revision: 1.4 $ @author Ada Core Technologies, Inc. @end titlepage @raisesections @@ -282,11 +282,6 @@ All local subprograms in a subprogram or package body should be declared before the first local subprogram body. @item -Do not declare discriminated record types where the discriminant is used -for constraining an unconstrained array type. (Discriminated -records for a variant part are allowed.) - -@item Don't declare local entities that hide global entities. @item |