From: Andre Noll Date: Wed, 1 Apr 2015 02:55:50 +0000 (+0000) Subject: bitstream.c: Convert GET_DATA macro to inline function. X-Git-Tag: v0.5.6~105 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=8529eea3d452cbe151239edc6461bfd5c2655b5b;hp=8529eea3d452cbe151239edc6461bfd5c2655b5b 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. ---