Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
buildsupport
Commits
b57d7979
Commit
b57d7979
authored
Sep 22, 2016
by
Maxime Perrotin
Browse files
Add missing newline and extern statement in vm_if.c
parent
c2d5b23a
Changes
1
Hide whitespace changes
Inline
Side-by-side
c/build_c_glue.c
View file @
b57d7979
...
...
@@ -123,7 +123,7 @@ void c_preamble(FV * fv)
FOREACH
(
i
,
Interface
,
fv
->
interfaces
,
{
if
(
RI
==
i
->
direction
&&
synch
==
i
->
synchronism
)
{
fprintf
(
vm_if
,
" void init_%s();"
"
extern
void init_%s();
\n
"
" init_%s();
\n
"
,
i
->
distant_fv
,
i
->
distant_fv
);}
...
...
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