aboutsummaryrefslogtreecommitdiffstats
path: root/STYLE
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-11-19 09:24:12 +0100
committerTristan Gingold <tgingold@free.fr>2014-11-19 09:24:12 +0100
commitf32d6d8f97f9a96945ba819fc7936b19dea7563e (patch)
tree368a5f36bc1d18573200da7b48ba29dd295c1a47 /STYLE
parent5013e9842bce26cefca914ddeaff78eb19a2bae9 (diff)
downloadghdl-f32d6d8f97f9a96945ba819fc7936b19dea7563e.tar.gz
ghdl-f32d6d8f97f9a96945ba819fc7936b19dea7563e.tar.bz2
ghdl-f32d6d8f97f9a96945ba819fc7936b19dea7563e.zip
Add comments.
Diffstat (limited to 'STYLE')
-rw-r--r--STYLE4
1 files changed, 4 insertions, 0 deletions
diff --git a/STYLE b/STYLE
index 5ecf98509..170703956 100644
--- a/STYLE
+++ b/STYLE
@@ -53,6 +53,10 @@ vs
function Translate_Static_Range_Dir (Expr : Iir) return O_Cnode is
begin
+* Generic instantiation: put the generic actual part on a new line:
+ procedure Free is new Ada.Unchecked_Deallocation
+ (Action_List, Action_List_Acc);
+
* For if/then statement:
1) 'then' on the same line:
if Get_Expr_Staticness (Decl) = Locally then