murmur3: cleanup inlines
commitee44cf9668265b17d3387db79a7c89b9c28f4d6b
authorEric Wong <normalperson@yhbt.net>
Sun, 9 Feb 2014 04:19:25 +0000 (9 04:19 +0000)
committerEric Wong <normalperson@yhbt.net>
Sun, 9 Feb 2014 09:24:13 +0000 (9 09:24 +0000)
tree67f763247f97f9d5a9af339797fdd27970fe9274
parent54301895782c299ca98982da76189359311a8769
murmur3: cleanup inlines

force inline didn't work for non-static functions (probably without
extern), and we didn't need non-static functions in those cases
anyways, so just use static inline and trust the compiler to do
its thing.
ext/tdb/murmur3.c