]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found