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
762a5387
Commit
762a5387
authored
Apr 23, 2021
by
Daniel Tuulik
Browse files
Fix template generating startup function
parent
b5a42129
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/glue/language_wrappers/vm_if-body/function.tmplt
View file @
762a5387
...
...
@@ -54,12 +54,13 @@ void init_@_LOWER:Name_@(void)
{
if (0 == @_LOWER:Name_@_initialized) {
@_LOWER:Name_@_initialized = 1;
@@IF@@ @_Language_@ /= "Ada" and @_Language_@ /= "SDL"
@@IF@@ @_Language_@ /= "Ada" and @_Language_@ /= "SDL"
and @_Language_@ /= "QGenAda"
// Call user code startup function
@@IF@@ @_Language_@ =
"QGenAda" or @_Language_@ =
"QGenC"
@@IF@@ @_Language_@ = "QGenC"
@_LOWER:Name_@_PI_@_List_Of_PIs_@_startup();
@@ELSE@@
extern void @_LOWER:Name_@_startup(void);
@_LOWER:Name_@_startup();
@@END_IF@@
@@ELSIF@@ @_Language_@ = Ada or @_Language_@ = SDL
@@IF@@ @_SDL_Target_Language_@ = "Ada"
...
...
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