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
728b12ef
Commit
728b12ef
authored
Oct 11, 2008
by
Matthias Braun
Browse files
avaoid gcc extensions here
[r22711]
parent
4614f179
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/adt/array.h
View file @
728b12ef
...
...
@@ -282,7 +282,7 @@ typedef int (ir_arr_cmp_func_t)(const void *a, const void *b);
* @note The differences to bsearch(3) which does not give proper insert locations
* in the case that the element is not conatined in the array.
*/
static
inline
__attribute__
((
const
,
unused
))
int
static
inline
int
ir_arr_bsearch
(
const
void
*
arr
,
size_t
elm_size
,
ir_arr_cmp_func_t
*
cmp
,
const
void
*
elm
)
{
int
hi
=
ARR_LEN
(
arr
);
...
...
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