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
9e62b7a1
Commit
9e62b7a1
authored
Jan 19, 2011
by
Michael Beck
Browse files
Fixed wrong type cast spotted by the intel compiler in our portale obstack.h.
[r28265]
parent
971bb3d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/adt/obstack.h
View file @
9e62b7a1
...
...
@@ -495,7 +495,7 @@ __extension__ \
( (h)->temp.tempint = (char *) (obj) - (char *) (h)->chunk, \
((((h)->temp.tempint > 0 \
&& (h)->temp.tempint < (h)->chunk_limit - (char *) (h)->chunk)) \
? (
int
) ((h)->next_free = (h)->object_base \
? (
PTR_INT_TYPE
) ((h)->next_free = (h)->object_base \
= (h)->temp.tempint + (char *) (h)->chunk) \
: (((obstack_free) ((h), (h)->temp.tempint + (char *) (h)->chunk), 0), 0)))
...
...
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