Commit 153142dac8dd9abaf164bb88af07c600c17fc3a1

Behdad Esfahbod 2011-04-27T01:49:03

Replace simple macros with inline functions for better type safety Now that we use C++ for all source code, lets benefit from it! The hb_be_int16/32_get/put/eq() macros grow code size if replaced with inline functions, so leave them as is.