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
e45ad3cd
Commit
e45ad3cd
authored
Apr 29, 2008
by
Michael Beck
Browse files
fix 64bit warnings
[r19450]
parent
4b345ae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/adt/hashset.c
View file @
e45ad3cd
...
...
@@ -79,7 +79,7 @@
#ifndef Hash
#define ID_HASH
#define Hash(self,key) ((unsigned)(
key
))
#define Hash(self,key) ((unsigned)(
((char *)key) - (char *)0
))
#endif
/* Hash */
#ifdef DO_REHASH
...
...
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