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
167ee305
Commit
167ee305
authored
Sep 03, 2019
by
Maxime Perrotin
Browse files
Force lowercase in mini-cv because of a bug in Ocarina
ref
https://github.com/OpenAADL/ocarina/issues/225
parent
724ee382
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/glue/language_wrappers/mini-cv/interface.tmplt
View file @
167ee305
...
...
@@ -38,7 +38,7 @@ SUBPROGRAM IMPLEMENTATION @_Name_@.C
SUBPROGRAM IMPLEMENTATION @_Name_@.@_Language_@
@@END_IF@@
PROPERTIES
FV_Name => "@_Parent_Function_@";
FV_Name => "@_
LOWER:
Parent_Function_@";
@@IF@@ @_Language_@ = "GUI" and @_Direction_@ = "PI"
Source_Language => GUI_PI;
@@ELSIF@@ @_Language_@ = "GUI" and @_Direction_@ = "RI"
...
...
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