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
1e69d0d6
Commit
1e69d0d6
authored
Aug 24, 2006
by
Michael Beck
Browse files
fixed INLINE macro
parent
0bb48fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/benodesets.h
View file @
1e69d0d6
...
...
@@ -136,7 +136,7 @@ static INLINE ir_node *nodeset_next(nodeset *nset)
*
* @param nset the nodeset
*/
static
inline
void
nodeset_break
(
nodeset
*
nset
)
static
INLINE
void
nodeset_break
(
nodeset
*
nset
)
{
pset_break
(
nset
);
}
...
...
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