Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
cc50f53a
Unverified
Commit
cc50f53a
authored
Jul 01, 2019
by
Jerome Hugues
Committed by
GitHub
Jul 01, 2019
Browse files
Merge pull request #217 from bouazizrahma/fix_useless_generated_comment
Fix useless generated comment For openaadl/ocarina#190
parents
edf2e409
ee157ec6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-c_common-ba.adb
View file @
cc50f53a
...
...
@@ -1410,11 +1410,11 @@ package body Ocarina.Backends.C_Common.BA is
S
=>
S
,
Statements
=>
Statements
);
N1
:=
Message_Comment
(
" The name of the corresponding"
&
" port variable is built from"
&
" the port name,"
&
" following similar pattern. "
);
Append_Node_To_List
(
N1
,
Statements
);
--
N1 := Message_Comment (" The name of the corresponding"
--
& " port variable is built from"
--
& " the port name,"
--
& " following similar pattern. ");
--
Append_Node_To_List (N1, Statements);
N1
:=
Make_Call_Profile
(
RE
(
RE_PORT_VARIABLE
),
...
...
Write
Preview
Supports
Markdown
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