Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
7ae90851
Commit
7ae90851
authored
Nov 20, 2015
by
yb9976
Browse files
Fixed invalid C99 initializer.
parent
cdde75e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/adt/array.c
View file @
7ae90851
...
...
@@ -21,7 +21,7 @@
/**
* An empty dynamic array descriptor.
*/
ir_arr_descr
arr_mt_descr
=
{
ARR_D_MAGIC
,
0
,
0
,
{
{
0
}
}
};
ir_arr_descr
arr_mt_descr
=
{
ARR_D_MAGIC
,
0
,
0
};
void
ir_verify_arr
(
const
void
*
arr
)
{
...
...
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