]> git.kaiwu.me - klib.git/commit
Add khash wrapper around inline
authorRussell Belfer <rb@github.com>
Fri, 31 Aug 2012 23:10:12 +0000 (16:10 -0700)
committerRussell Belfer <rb@github.com>
Fri, 31 Aug 2012 23:10:12 +0000 (16:10 -0700)
commitbfb7a7457766e1016f272ac70a0107f45a4ee331
tree912d3700c1aa89d056125ecb22dbddec4495de56
parent6a7e6f952d55f07fa74098bb758515a909ae9590
Add khash wrapper around inline

As with allocation functions, when embedding khash inside another
library, the use of the non-portable "inline" keyword can be tricky.
Instead of adding a #define of inline, this adds "kh_inline" which
can be defined as needed inside khash with better isolation.
khash.h