]> git.tuebingen.mpg.de Git - paraslash.git/commit
bitstream.c: Convert GET_DATA macro to inline function.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 Apr 2015 02:55:50 +0000 (02:55 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 20 Sep 2015 18:32:21 +0000 (20:32 +0200)
commit8529eea3d452cbe151239edc6461bfd5c2655b5b
treea6b054a32d0f4def7a51b289bebf5c6841d5bd01
parent71f1681590679c9581acc629414a2c80a10bca19
bitstream.c: Convert GET_DATA macro to inline function.

There is no benefit from defining this as a macro. With the inline
function we get type safety for free, and the new version is better
readable.
bitstream.c