Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
7a35c5cf
Commit
7a35c5cf
authored
Jul 04, 2016
by
Bechir Zalila
Browse files
* (ocarina-fe_aadl-parser-annexes.adb): No Corresponding_Annex for
annex libraries.
parent
4f2fc1b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontends/aadl/ocarina-fe_aadl-parser-annexes.adb
View file @
7a35c5cf
...
...
@@ -165,7 +165,11 @@ package body Ocarina.FE_AADL.Parser.Annexes is
if
Present
(
Annex
)
then
Set_Annex_Content
(
Annex
,
Annex_Content
);
Set_Corresponding_Annex
(
Annex
,
Annex_Root
);
if
Code
=
PC_Annex_Subclause
then
Set_Corresponding_Annex
(
Annex
,
Annex_Root
);
end
if
;
return
Annex
;
else
return
No_Node
;
...
...
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