diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-12-05 06:12:30 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-12-05 06:12:30 +0100 |
commit | 4a615ab10f0f85b42613c7a4cf168ee4755ca7eb (patch) | |
tree | 782295ed58f89ca8d1769ba2100df79487f8a179 /STYLE | |
parent | 23d12bfb244b6271b78f21ff938c8406aec0c0d8 (diff) | |
download | ghdl-4a615ab10f0f85b42613c7a4cf168ee4755ca7eb.tar.gz ghdl-4a615ab10f0f85b42613c7a4cf168ee4755ca7eb.tar.bz2 ghdl-4a615ab10f0f85b42613c7a4cf168ee4755ca7eb.zip |
STYLE: clarify parameters rule.
Diffstat (limited to 'STYLE')
-rw-r--r-- | STYLE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -53,6 +53,10 @@ vs function Translate_Static_Range_Dir (Expr : Iir) return O_Cnode is begin +If the parametere line is too long with the 'is', put in on a separate line: + procedure Predeclare_Scope_Type + (Scope : in out Var_Scope_Type; Name : O_Ident) is + * Generic instantiation: put the generic actual part on a new line: procedure Free is new Ada.Unchecked_Deallocation (Action_List, Action_List_Acc); |