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
6db25f75
Commit
6db25f75
authored
Mar 07, 2016
by
Maxime Perrotin
Browse files
Minor cosmetic update
parent
a2cdb542
Pipeline
#22
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
c/build_c_glue.c
View file @
6db25f75
...
...
@@ -150,9 +150,11 @@ int Init_C_Glue_Backend(FV * fv)
char
*
path
=
NULL
;
char
*
filename
=
NULL
;
if
(
NULL
!=
fv
->
system_ast
->
context
->
output
)
if
(
NULL
!=
fv
->
system_ast
->
context
->
output
)
{
build_string
(
&
path
,
fv
->
system_ast
->
context
->
output
,
strlen
(
fv
->
system_ast
->
context
->
output
));
}
build_string
(
&
path
,
fv
->
name
,
strlen
(
fv
->
name
));
filename
=
make_string
(
"%s_vm_if.h"
,
fv
->
name
);
...
...
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