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
28660537
Commit
28660537
authored
Jul 14, 2008
by
Matthias Braun
Browse files
resize should be declared INLINE
[r20455]
parent
7232a539
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/adt/hashset.c
View file @
28660537
...
...
@@ -363,7 +363,7 @@ void resize(HashSet *self, size_t new_size)
#else
/* resize must be defined outside */
static
void
resize
(
HashSet
*
self
,
size_t
new_size
);
static
INLINE
void
resize
(
HashSet
*
self
,
size_t
new_size
);
#endif
...
...
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