From: Andre Noll Date: Mon, 6 Nov 2017 00:52:03 +0000 (+0100) Subject: gcc-compat.h: Remove _static_inline_ macro. X-Git-Tag: v1.0.0~16 X-Git-Url: http://git.tuebingen.mpg.de/dss.git/log?a=commitdiff_plain;h=308f42f68c186396433b03f4cef1529c7dd280da;hp=308f42f68c186396433b03f4cef1529c7dd280da;p=dss.git gcc-compat.h: Remove _static_inline_ macro. The only purpose of this macro is to have a way to include static inline functions into the doxygen source code documentation (but omit normal static functions in .c files). Since dss does not use doxygen, the macro is pointless. Remove the equally pointless documentation of dss_rename(), one of the two users of _static_inline_, while converting it to plain static inline. ---