Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
e185e678
Commit
e185e678
authored
Jul 31, 2019
by
Maxime Perrotin
Browse files
add missing void in template
parent
25ce56bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/taste-concurrency_view.adb
View file @
e185e678
...
...
@@ -256,11 +256,6 @@ package body TASTE.Concurrency_View is
Output_Port_Thread_Name
:=
Output_Port_Thread_Name
&
Each
.
Thread_Name
;
end
loop
;
Put_Info
(
"Partition: "
&
To_String
(
Partition
.
Deployment_Partition
.
Name
));
for
T
of
Partition
.
Threads
loop
Put_Info
(
"Thread: "
&
To_String
(
T
.
Name
));
end
loop
;
for
T
of
Partition
.
Threads
loop
declare
...
...
templates/skeletons/c-header/interface.tmplt
View file @
e185e678
...
...
@@ -16,14 +16,18 @@ void @_LOWER:Parent_Function_@_PI_@_LOWER:Name_@(
@@ELSE@@
extern void @_LOWER:Parent_Function_@_RI_@_LOWER:Name_@(
@@END_IF@@
@@INLINE(, )@@
@@TABLE@@
@@IF@@ @_Param_Directions_@ = "PARAM_IN"
const asn1Scc@_REPLACE_ALL((-)/_):Param_Types_@ *
@@IF@@ @_Param_Names'Length_@ = 0
void
@@ELSE@@
asn1Scc@_REPLACE_ALL((-)/_):Param_Types_@ *
@@INLINE(, )@@
@@TABLE@@
@@IF@@ @_Param_Directions_@ = "PARAM_IN"
const asn1Scc@_REPLACE_ALL((-)/_):Param_Types_@ *
@@ELSE@@
asn1Scc@_REPLACE_ALL((-)/_):Param_Types_@ *
@@END_IF@@
@@END_TABLE@@
@@END_INLINE@@
@@END_IF@@
@@END_TABLE@@
@@END_INLINE@@
);
@@END_INLINE@@
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment