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
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
bea0e864
Commit
bea0e864
authored
Feb 01, 2017
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Print the "public" token in case of package that are only
annex libraries, e.g. EMV2 ErrorLibrary
parent
f7c1181d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/backends/ocarina-be_aadl-namespaces.adb
src/backends/ocarina-be_aadl-namespaces.adb
+7
-2
No files found.
src/backends/ocarina-be_aadl-namespaces.adb
View file @
bea0e864
...
...
@@ -203,11 +203,16 @@ package body Ocarina.BE_AADL.Namespaces is
Print_Identifier
(
Pack_Identifier
);
Write_Eol
;
if
Has_Public
or
else
not
Is_Empty
(
Ocarina
.
ME_AADL
.
AADL_Tree
.
Nodes
.
Annexes
(
Node
))
then
Write_Eol
;
Print_Token
(
T_Public
);
end
if
;
-- Public part
if
Has_Public
then
Print_Token
(
T_Public
);
Write_Eol
;
List_Node
:=
First_Node
(
Declarations
(
Node
));
...
...
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