Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kazoo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
kazoo
Commits
f37dd0b4
Commit
f37dd0b4
authored
Sep 15, 2019
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
parent
065203e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
templates/concurrency_view/ada_wrappers_body/block.tmplt
templates/concurrency_view/ada_wrappers_body/block.tmplt
+1
-1
templates/concurrency_view/ada_wrappers_body/pi.tmplt
templates/concurrency_view/ada_wrappers_body/pi.tmplt
+2
-2
No files found.
templates/concurrency_view/ada_wrappers_body/block.tmplt
View file @
f37dd0b4
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
@@--
@
_Protected_PIs_
@
:
Protected
Provided
interfaces
(
from
pi
.
tmplt
)
@@--
@
_Protected_PIs_
@
:
Protected
Provided
interfaces
(
from
pi
.
tmplt
)
@@--
@
_Unprotected_PIs_
@
:
Unprotected
Provided
interfaces
(
from
pi
.
tmplt
)
@@--
@
_Unprotected_PIs_
@
:
Unprotected
Provided
interfaces
(
from
pi
.
tmplt
)
@@--
@
_Required_
@
:
Required
interfaces
(
from
ri
.
tmplt
)
@@--
@
_Required_
@
:
Required
interfaces
(
from
ri
.
tmplt
)
@@
IF
@@
@
_Language_
@
=
sdl
or
@
_Language_
@
=
a
da
@@
IF
@@
@
_Language_
@
=
SDL
or
@
_Language_
@
=
A
da
with
@
_CAPITALIZE
:
Name_
@;
with
@
_CAPITALIZE
:
Name_
@;
@@
END_IF
@@
@@
END_IF
@@
...
...
templates/concurrency_view/ada_wrappers_body/pi.tmplt
View file @
f37dd0b4
...
@@ -20,7 +20,7 @@ procedure @_CAPITALIZE:Name_@
...
@@ -20,7 +20,7 @@ procedure @_CAPITALIZE:Name_@
@_CAPITALIZE:Param_Names_@ : Interfaces.C.char_array; @_CAPITALIZE:Param_Names_@_Size : Integer
@_CAPITALIZE:Param_Names_@ : Interfaces.C.char_array; @_CAPITALIZE:Param_Names_@_Size : Integer
@@END_TABLE@@
@@END_TABLE@@
@@END_INLINE@@
@@END_INLINE@@
with Import, Convention => C, Link_Name => "@_LOWER:Parent_Function_@_@_
LOWER:
Name_@";
with Import, Convention => C, Link_Name => "@_LOWER:Parent_Function_@_@_Name_@";
begin
begin
C_@_CAPITALIZE:Name_@
C_@_CAPITALIZE:Name_@
@@INLINE( \()(,\n )(\);)@@
@@INLINE( \()(,\n )(\);)@@
...
@@ -32,7 +32,7 @@ end @_CAPITALIZE:Name_@;
...
@@ -32,7 +32,7 @@ end @_CAPITALIZE:Name_@;
@@ELSE@@
@@ELSE@@
procedure @_CAPITALIZE:Name_@ is
procedure @_CAPITALIZE:Name_@ is
procedure C_@_CAPITALIZE:Name_@
procedure C_@_CAPITALIZE:Name_@
with Import, Convention => C, Link_Name => "@_LOWER:Parent_Function_@_@_
LOWER:
Name_@";
with Import, Convention => C, Link_Name => "@_LOWER:Parent_Function_@_@_Name_@";
begin
begin
-- PI has no parameter - could directly call user code (add _PI_ above)
-- PI has no parameter - could directly call user code (add _PI_ above)
C_@_CAPITALIZE:Name_@;
C_@_CAPITALIZE:Name_@;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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