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
6939059f
Commit
6939059f
authored
Jun 18, 2007
by
Michael Beck
Browse files
Fixed non-standard C initializer
[r14574]
parent
98c21a86
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/adt/array.c
View file @
6939059f
...
...
@@ -53,7 +53,7 @@
*/
_arr_descr
arr_mt_descr
#ifndef NDEBUG
=
{
ARR_D_MAGIC
,
0
,
{
0
},
0
,
{{}}
}
=
{
ARR_D_MAGIC
,
0
,
{
0
},
0
,
{{
0
}}
}
#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