Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
493bdbad
Commit
493bdbad
authored
Nov 04, 2010
by
Matthias Braun
Browse files
fix for c++ commit
[r28130]
parent
66bad7c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/type.c
View file @
493bdbad
...
...
@@ -1461,8 +1461,8 @@ void (set_method_additional_properties)(ir_type *method, mtp_additional_properti
_set_method_additional_properties
(
method
,
mask
);
}
void
(
add_method_additional_propert
y
)(
ir_type
*
method
,
mtp_additional_properties
flag
)
void
(
add_method_additional_propert
ies
)(
ir_type
*
method
,
mtp_additional_properties
flag
)
{
_add_method_additional_properties
(
method
,
flag
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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