Commit 9d6fc048 authored by Bence Magyar's avatar Bence Magyar

__inline -> inline

parent 607f2bfc
...@@ -66,7 +66,7 @@ typedef struct HSHTBL_i ...@@ -66,7 +66,7 @@ typedef struct HSHTBL_i
} hashtable_int; } hashtable_int;
__inline static unsigned int next_power_of_two(unsigned int value) inline static unsigned int next_power_of_two(unsigned int value)
{ {
/* Round up to the next highest power of 2 */ /* Round up to the next highest power of 2 */
/* from http://www-graphics.stanford.edu/~seander/bithacks.html */ /* from http://www-graphics.stanford.edu/~seander/bithacks.html */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment