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
a6662435
Commit
a6662435
authored
Jul 16, 2012
by
Matthias Braun
Browse files
replace gnu extension with C99
parent
bcd3909c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beemitter_binary.h
View file @
a6662435
/*
* Copyright (C) 1995-2008 University of Karlsruhe. All right reserved.
* Copyright (C) 1995-2
o
008 University of Karlsruhe. All right reserved.
*
* This file is part of libFirm.
*
...
...
@@ -58,7 +58,7 @@ struct code_fragment_t {
unsigned
short
jumpsize_min
;
unsigned
short
jumpsize_max
;
unsigned
char
data
[
0
];
/**< data starts here */
unsigned
char
data
[];
/**< data starts here */
};
typedef
struct
binary_emiter_interface_t
binary_emiter_interface_t
;
...
...
Write
Preview
Markdown
is supported
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