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
dbb332e0
Commit
dbb332e0
authored
Feb 04, 2017
by
Maxime Perrotin
Browse files
Minor refactoring
parent
0d2050cd
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
ada/buildsupport.adb
View file @
dbb332e0
This diff is collapsed.
Click to expand it.
c/preprocessing_backend.c
View file @
dbb332e0
...
...
@@ -1133,7 +1133,7 @@ void Set_Ignore_Params(FV *fv)
FOREACH
(
remote
,
FV
,
Find_All_Calling_FV
(
i
),
{
if
(
strcmp
(
remote
->
process
->
name
,
fv
->
process
->
name
))
{
i
->
ignore_params
=
false
;
printf
(
"set PI %s->ignore_params to FALSE"
,
i
->
name
);
//
printf("set PI %s->ignore_params to FALSE", i->name);
distant_RI
=
FindCorrespondingRI
(
remote
,
i
);
if
(
NULL
!=
distant_RI
)
{
distant_RI
->
ignore_params
=
false
;
...
...
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